#051A9E

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

Shades of International Klein Blue #051A9E

Tints of International Klein Blue #051A9E

Color information

#051A9E (or 0x051A9E) is unknown color: approx International Klein Blue. HEX triplet: 05, 1A and 9E. RGB value is (5,26,158). Sum of RGB (Red+Green+Blue) = 5+26+158=189 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.65% from 189); Green value is 26 (10.55% from 255 or 13.76% from 189); Blue value is 158 (62.11% from 255 or 83.60% from 189); Max value from RGB is 158 - color contains mainly: blue. Hex color #051A9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051A9E is #FAE561. Grayscale: #222222. Windows color (decimal): -16442722 or 10361349. OLE color: 10361349.

HSL color Cylindrical-coordinate representation of color #051A9E: hue angle of 231.76º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051A9E is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB526158-
CMYK0.970.8400.38
HSL231.76º93.87%31.96%-
HSV(B)231.76º96.84%61.96%-
XYZ6.63.2432.63-
YUV34.77197.54106.77-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.65%
GREEN value IS 26 (10.55% from 255) = 13.76%
BLUE value IS 158 (62.11% from 255) = 83.60%
R=2.65%
G=13.76%
B=83.60%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal5261580.970.8400.38231.7693.8731.96
Hex51A9E6154026e85e20
Octal53223614112404635013640
Binary1011101010011110110000110101000100110111010001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051A9E; }

 p { color: rgb(5,26,158); }

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

<style>
 a { background-color: #051A9E; }

 a { background-color: rgb(5,26,158); }

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

<style>
 span { border-color: #051A9E; }

 span { border-color: rgb(5,26,158); }

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