Html Css Color HEX #051DAA International Klein Blue

📋 copy color: '#051DAA'

red 5 ◦ green 29 ◦ blue 170

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

Shades of International Klein Blue #051DAA

Tints of International Klein Blue #051DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 83.33%

R = 2.45%
G = 14.22%
B = 83.33%

CMYK

 C value IS 0.97

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#051DAA (or 0x051DAA) is known color: International Klein Blue. HEX triplet: 05, 1D and AA. RGB value is (5,29,170). Sum of RGB (Red+Green+Blue) = 5+29+170=204 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.45% from 204); Green value is 29 (11.72% from 255 or 14.22% from 204); Blue value is 170 (66.80% from 255 or 83.33% from 204); Max value from RGB is 170 - color contains mainly: blue. Hex color #051DAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051DAA is #FAE255. Grayscale: #252525. Windows color (decimal): -16441942 or 11148549. OLE color: 11148549.

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

Color convert

RGB 5 29 170 -
CMYK 0.97 0.83 0 0.33
HSL 231.27º 0.94% 0.34% -
HSV(B) 231.27º 0.97% 0.67% -
XYZ 7.76 3.81 38.36 -
YUV 37.9 202.55 104.54 -
System Red Green Blue C M Y K H S L
Decimal 5 29 170 0.97 0.83 0 0.33 231.27 0.94 0.34
Hex 5 1D AA 61 53 0 21 E7 5E 22
Octal 5 35 252 141 123 0 41 347 136 42
Binary 101 11101 10101010 1100001 1010011 0 100001 11100111 1011110 100010

Color Harmonies of #051DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051DAA

Black with #051DAA

Text Example


Text Example

White with #051DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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