#051DAB

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

Shades of International Klein Blue #051DAB

Tints of International Klein Blue #051DAB

Color information

#051DAB (or 0x051DAB) is unknown color: approx International Klein Blue. HEX triplet: 05, 1D and AB. RGB value is (5,29,171). Sum of RGB (Red+Green+Blue) = 5+29+171=205 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.44% from 205); Green value is 29 (11.72% from 255 or 14.15% from 205); Blue value is 171 (67.19% from 255 or 83.41% from 205); Max value from RGB is 171 - color contains mainly: blue. Hex color #051DAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051DAB is #FAE254. Grayscale: #252525. Windows color (decimal): -16441941 or 11214085. OLE color: 11214085.

HSL color Cylindrical-coordinate representation of color #051DAB: hue angle of 231.33º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051DAB is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB529171-
CMYK0.970.8300.33
HSL231.33º94.32%34.51%-
HSV(B)231.33º97.08%67.06%-
XYZ7.853.8538.86-
YUV38.01203.05104.45-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.44%
GREEN value IS 29 (11.72% from 255) = 14.15%
BLUE value IS 171 (67.19% from 255) = 83.41%
R=2.44%
G=14.15%
B=83.41%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal5291710.970.8300.33231.3394.3234.51
Hex51DAB6153021e75e23
Octal53525314112304134713643
Binary1011110110101011110000110100110100001111001111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,29,171); }

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

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

 a { background-color: rgb(5,29,171); }

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

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

 span { border-color: rgb(5,29,171); }

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