#0A1E97

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

Shades of International Klein Blue #0A1E97

Tints of International Klein Blue #0A1E97

Color information

#0A1E97 (or 0x0A1E97) is unknown color: approx International Klein Blue. HEX triplet: 0A, 1E and 97. RGB value is (10,30,151). Sum of RGB (Red+Green+Blue) = 10+30+151=191 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.24% from 191); Green value is 30 (12.11% from 255 or 15.71% from 191); Blue value is 151 (59.38% from 255 or 79.06% from 191); Max value from RGB is 151 - color contains mainly: blue. Hex color #0A1E97 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A1E97 is #F5E168. Grayscale: #252525. Windows color (decimal): -16114025 or 9903626. OLE color: 9903626.

HSL color Cylindrical-coordinate representation of color #0A1E97: hue angle of 231.49º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A1E97 is Cyan = 0.93, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1030151-
CMYK0.930.8000.41
HSL231.49º87.58%31.57%-
HSV(B)231.49º93.38%59.22%-
XYZ6.183.2329.58-
YUV37.81191.87108.16-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.24%
GREEN value IS 30 (12.11% from 255) = 15.71%
BLUE value IS 151 (59.38% from 255) = 79.06%
R=5.24%
G=15.71%
B=79.06%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal10301510.930.8000.41231.4987.5831.57
HexA1E975D50029e75820
Octal123622713512005134713040
Binary10101111010010111101110110100000101001111001111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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