#051DA4

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

Shades of International Klein Blue #051DA4

Tints of International Klein Blue #051DA4

Color information

#051DA4 (or 0x051DA4) is unknown color: approx International Klein Blue. HEX triplet: 05, 1D and A4. RGB value is (5,29,164). Sum of RGB (Red+Green+Blue) = 5+29+164=198 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.53% from 198); Green value is 29 (11.72% from 255 or 14.65% from 198); Blue value is 164 (64.45% from 255 or 82.83% from 198); Max value from RGB is 164 - color contains mainly: blue. Hex color #051DA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051DA4 is #FAE25B. Grayscale: #242424. Windows color (decimal): -16441948 or 10755333. OLE color: 10755333.

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

Color convert

RGB529164-
CMYK0.970.8200.36
HSL230.94º94.08%33.14%-
HSV(B)230.94º96.95%64.31%-
XYZ7.23.5935.44-
YUV37.21199.55105.02-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.53%
GREEN value IS 29 (11.72% from 255) = 14.65%
BLUE value IS 164 (64.45% from 255) = 82.83%
R=2.53%
G=14.65%
B=82.83%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal5291640.970.8200.36230.9494.0833.14
Hex51DA46152024e75e21
Octal53524414112204434713641
Binary1011110110100100110000110100100100100111001111011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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