Html Css Color HEX #051D9F International Klein Blue

📋 copy color: '#051D9F'

red 5 ◦ green 29 ◦ blue 159

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

Shades of International Klein Blue #051D9F

Tints of International Klein Blue #051D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 82.38%

R = 2.59%
G = 15.03%
B = 82.38%

CMYK

 C value IS 0.97

 M value IS 0.82

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#051D9F (or 0x051D9F) is known color: International Klein Blue. HEX triplet: 05, 1D and 9F. RGB value is (5,29,159). Sum of RGB (Red+Green+Blue) = 5+29+159=193 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.59% from 193); Green value is 29 (11.72% from 255 or 15.03% from 193); Blue value is 159 (62.5% from 255 or 82.38% from 193); Max value from RGB is 159 - color contains mainly: blue. Hex color #051D9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051D9F is #FAE260. Grayscale: #242424. Windows color (decimal): -16441953 or 10427653. OLE color: 10427653.

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

Color convert

RGB 5 29 159 -
CMYK 0.97 0.82 0 0.38
HSL 230.65º 0.94% 0.32% -
HSV(B) 230.65º 0.97% 0.62% -
XYZ 6.76 3.41 33.1 -
YUV 36.64 197.05 105.43 -
System Red Green Blue C M Y K H S L
Decimal 5 29 159 0.97 0.82 0 0.38 230.65 0.94 0.32
Hex 5 1D 9F 61 52 0 26 E7 5E 20
Octal 5 35 237 141 122 0 46 347 136 40
Binary 101 11101 10011111 1100001 1010010 0 100110 11100111 1011110 100000

Color Harmonies of #051D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051D9F

Black with #051D9F

Text Example


Text Example

White with #051D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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