#0A1EA9

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

Shades of International Klein Blue #0A1EA9

Tints of International Klein Blue #0A1EA9

Color information

#0A1EA9 (or 0x0A1EA9) is unknown color: approx International Klein Blue. HEX triplet: 0A, 1E and A9. RGB value is (10,30,169). Sum of RGB (Red+Green+Blue) = 10+30+169=209 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.78% from 209); Green value is 30 (12.11% from 255 or 14.35% from 209); Blue value is 169 (66.41% from 255 or 80.86% from 209); Max value from RGB is 169 - color contains mainly: blue. Hex color #0A1EA9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A1EA9 is #F5E156. Grayscale: #272727. Windows color (decimal): -16114007 or 11083274. OLE color: 11083274.

HSL color Cylindrical-coordinate representation of color #0A1EA9: hue angle of 232.45º 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 #0A1EA9 is Cyan = 0.94, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB1030169-
CMYK0.940.8200.34
HSL232.45º88.83%35.1%-
HSV(B)232.45º94.08%66.27%-
XYZ7.753.8637.87-
YUV39.87200.87106.7-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.78%
GREEN value IS 30 (12.11% from 255) = 14.35%
BLUE value IS 169 (66.41% from 255) = 80.86%
R=4.78%
G=14.35%
B=80.86%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal10301690.940.8200.34232.4588.8335.1
HexA1EA95E52022e85923
Octal123625113612204235013143
Binary10101111010101001101111010100100100010111010001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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