Html Css Color HEX #051DAD International Klein Blue

📋 copy color: '#051DAD'

red 5 ◦ green 29 ◦ blue 173

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

Shades of International Klein Blue #051DAD

Tints of International Klein Blue #051DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 83.57%

R = 2.42%
G = 14.01%
B = 83.57%

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

#051DAD (or 0x051DAD) is known color: International Klein Blue. HEX triplet: 05, 1D and AD. RGB value is (5,29,173). Sum of RGB (Red+Green+Blue) = 5+29+173=207 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.42% from 207); Green value is 29 (11.72% from 255 or 14.01% from 207); Blue value is 173 (67.97% from 255 or 83.57% from 207); Max value from RGB is 173 - color contains mainly: blue. Hex color #051DAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051DAD is #FAE252. Grayscale: #252525. Windows color (decimal): -16441939 or 11345157. OLE color: 11345157.

HSL color Cylindrical-coordinate representation of color #051DAD: hue angle of 231.43º 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 #051DAD is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 5 29 173 -
CMYK 0.97 0.83 0 0.32
HSL 231.43º 0.94% 0.35% -
HSV(B) 231.43º 0.97% 0.68% -
XYZ 8.04 3.93 39.87 -
YUV 38.24 204.05 104.29 -
System Red Green Blue C M Y K H S L
Decimal 5 29 173 0.97 0.83 0 0.32 231.43 0.94 0.35
Hex 5 1D AD 61 53 0 20 E7 5E 23
Octal 5 35 255 141 123 0 40 347 136 43
Binary 101 11101 10101101 1100001 1010011 0 100000 11100111 1011110 100011

Color Harmonies of #051DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051DAD

Black with #051DAD

Text Example


Text Example

White with #051DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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