#0A25A1

Color #0A25A1 International Klein Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of International Klein Blue #0A25A1

Tints of International Klein Blue #0A25A1

Color information

#0A25A1 (or 0x0A25A1) is unknown color: approx International Klein Blue. HEX triplet: 0A, 25 and A1. RGB value is (10,37,161). Sum of RGB (Red+Green+Blue) = 10+37+161=208 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.81% from 208); Green value is 37 (14.84% from 255 or 17.79% from 208); Blue value is 161 (63.28% from 255 or 77.40% from 208); Max value from RGB is 161 - color contains mainly: blue. Hex color #0A25A1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A25A1 is #F5DA5E. Grayscale: #2A2A2A. Windows color (decimal): -16112223 or 10560778. OLE color: 10560778.

HSL color Cylindrical-coordinate representation of color #0A25A1: hue angle of 229.27º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A25A1 is Cyan = 0.94, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB1037161-
CMYK0.940.7700.37
HSL229.27º88.3%33.53%-
HSV(B)229.27º93.79%63.14%-
XYZ7.223.9634.1-
YUV43.06194.55104.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 10 (4.30% from 255) = 4.81%
GREEN value IS 37 (14.84% from 255) = 17.79%
BLUE value IS 161 (63.28% from 255) = 77.40%
R=4.81%
G=17.79%
B=77.40%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal10371610.940.7700.37229.2788.333.53
HexA25A15E4D025e55822
Octal124524113611504534513042
Binary101010010110100001101111010011010100101111001011011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A25A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A25A1; }

 p { color: rgb(10,37,161); }

 H1.HeaderClassName
 {
   color: #0A25A1;
 }
 .AnyTagClassName
 {
   color: #0A25A1;
 }
</style>
background-color css

<style>
 a { background-color: #0A25A1; }

 a { background-color: rgb(10,37,161); }

 div.DivClassName
 {
   background-color: #0A25A1;
 }
 .BgClassName
 {
   background-color: #0A25A1;
 }
</style>
border-color css

<style>
 span { border-color: #0A25A1; }

 span { border-color: rgb(10,37,161); }

 td.TdClassName
 {
   border-color: #0A25A1;
 }
 .TagClassName
 {
   border-color: #0A25A1;
 }
</style>