Html Css Color HEX #051DA8 International Klein Blue

📋 copy color: '#051DA8'

red 5 ◦ green 29 ◦ blue 168

#051DA8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of International Klein Blue #051DA8

Tints of International Klein Blue #051DA8

RGB

 RED value IS 5 (2.34% from 255) = 2.48%

 GREEN value IS 29 (11.72% from 255) = 14.36%

 BLUE value IS 168 (66.02% from 255) = 83.17%

R = 2.48%
G = 14.36%
B = 83.17%

CMYK

 C value IS 0.97

 M value IS 0.83

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#051DA8 (or 0x051DA8) is known color: International Klein Blue. HEX triplet: 05, 1D and A8. RGB value is (5,29,168). Sum of RGB (Red+Green+Blue) = 5+29+168=202 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.48% from 202); Green value is 29 (11.72% from 255 or 14.36% from 202); Blue value is 168 (66.02% from 255 or 83.17% from 202); Max value from RGB is 168 - color contains mainly: blue. Hex color #051DA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051DA8 is #FAE257. Grayscale: #252525. Windows color (decimal): -16441944 or 11017477. OLE color: 11017477.

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

Color convert

RGB 5 29 168 -
CMYK 0.97 0.83 0 0.34
HSL 231.17º 0.94% 0.34% -
HSV(B) 231.17º 0.97% 0.66% -
XYZ 7.57 3.74 37.37 -
YUV 37.67 201.55 104.7 -
System Red Green Blue C M Y K H S L
Decimal 5 29 168 0.97 0.83 0 0.34 231.17 0.94 0.34
Hex 5 1D A8 61 53 0 22 E7 5E 22
Octal 5 35 250 141 123 0 42 347 136 42
Binary 101 11101 10101000 1100001 1010011 0 100010 11100111 1011110 100010

Color Harmonies of #051DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051DA8

Black with #051DA8

Text Example


Text Example

White with #051DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #051DA8;
 }
 .AnyTagClassName
 {
   color: #051DA8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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