#051C9F

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

Shades of International Klein Blue #051C9F

Tints of International Klein Blue #051C9F

Color information

#051C9F (or 0x051C9F) is unknown color: approx International Klein Blue. HEX triplet: 05, 1C and 9F. RGB value is (5,28,159). Sum of RGB (Red+Green+Blue) = 5+28+159=192 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.60% from 192); Green value is 28 (11.33% from 255 or 14.58% from 192); Blue value is 159 (62.5% from 255 or 82.81% from 192); Max value from RGB is 159 - color contains mainly: blue. Hex color #051C9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051C9F is #FAE360. Grayscale: #232323. Windows color (decimal): -16442209 or 10427397. OLE color: 10427397.

HSL color Cylindrical-coordinate representation of color #051C9F: hue angle of 231.04º 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 #051C9F is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB528159-
CMYK0.970.8200.38
HSL231.04º93.9%32.16%-
HSV(B)231.04º96.86%62.35%-
XYZ6.743.3733.1-
YUV36.06197.38105.85-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.60%
GREEN value IS 28 (11.33% from 255) = 14.58%
BLUE value IS 159 (62.5% from 255) = 82.81%
R=2.60%
G=14.58%
B=82.81%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal5281590.970.8200.38231.0493.932.16
Hex51C9F6152026e75e20
Octal53423714112204634713640
Binary1011110010011111110000110100100100110111001111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,28,159); }

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

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

 a { background-color: rgb(5,28,159); }

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

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

 span { border-color: rgb(5,28,159); }

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