Html Css Color HEX #051DAE International Klein Blue

📋 copy color: '#051DAE'

red 5 ◦ green 29 ◦ blue 174

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

Shades of International Klein Blue #051DAE

Tints of International Klein Blue #051DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 83.65%

R = 2.4%
G = 13.94%
B = 83.65%

CMYK

 C value IS 0.97

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#051DAE (or 0x051DAE) is known color: International Klein Blue. HEX triplet: 05, 1D and AE. RGB value is (5,29,174). Sum of RGB (Red+Green+Blue) = 5+29+174=208 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.40% from 208); Green value is 29 (11.72% from 255 or 13.94% from 208); Blue value is 174 (68.36% from 255 or 83.65% from 208); Max value from RGB is 174 - color contains mainly: blue. Hex color #051DAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051DAE is #FAE251. Grayscale: #252525. Windows color (decimal): -16441938 or 11410693. OLE color: 11410693.

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

Color convert

RGB 5 29 174 -
CMYK 0.97 0.83 0 0.32
HSL 231.48º 0.94% 0.35% -
HSV(B) 231.48º 0.97% 0.68% -
XYZ 8.14 3.97 40.38 -
YUV 38.35 204.55 104.21 -
System Red Green Blue C M Y K H S L
Decimal 5 29 174 0.97 0.83 0 0.32 231.48 0.94 0.35
Hex 5 1D AE 61 53 0 20 E7 5E 23
Octal 5 35 256 141 123 0 40 347 136 43
Binary 101 11101 10101110 1100001 1010011 0 100000 11100111 1011110 100011

Color Harmonies of #051DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051DAE

Black with #051DAE

Text Example


Text Example

White with #051DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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