#0A1AA9

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

Shades of International Klein Blue #0A1AA9

Tints of International Klein Blue #0A1AA9

Color information

#0A1AA9 (or 0x0A1AA9) is unknown color: approx International Klein Blue. HEX triplet: 0A, 1A and A9. RGB value is (10,26,169). Sum of RGB (Red+Green+Blue) = 10+26+169=205 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.88% from 205); Green value is 26 (10.55% from 255 or 12.68% from 205); Blue value is 169 (66.41% from 255 or 82.44% from 205); Max value from RGB is 169 - color contains mainly: blue. Hex color #0A1AA9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A1AA9 is #F5E556. Grayscale: #242424. Windows color (decimal): -16115031 or 11082250. OLE color: 11082250.

HSL color Cylindrical-coordinate representation of color #0A1AA9: hue angle of 233.96º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A1AA9 is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB1026169-
CMYK0.940.8500.34
HSL233.96º88.83%35.1%-
HSV(B)233.96º94.08%66.27%-
XYZ7.663.6737.84-
YUV37.52202.2108.37-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.88%
GREEN value IS 26 (10.55% from 255) = 12.68%
BLUE value IS 169 (66.41% from 255) = 82.44%
R=4.88%
G=12.68%
B=82.44%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal10261690.940.8500.34233.9688.8335.1
HexA1AA95E55022ea5923
Octal123225113612504235213143
Binary10101101010101001101111010101010100010111010101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,26,169); }

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

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

 a { background-color: rgb(10,26,169); }

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

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

 span { border-color: rgb(10,26,169); }

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