Html Css Color HEX #051BA9 International Klein Blue

📋 copy color: '#051BA9'

red 5 ◦ green 27 ◦ blue 169

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

Shades of International Klein Blue #051BA9

Tints of International Klein Blue #051BA9

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.43%

 BLUE value IS 169 (66.41% from 255) = 84.08%

R = 2.49%
G = 13.43%
B = 84.08%

CMYK

 C value IS 0.97

 M value IS 0.84

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#051BA9 (or 0x051BA9) is known color: International Klein Blue. HEX triplet: 05, 1B and A9. RGB value is (5,27,169). Sum of RGB (Red+Green+Blue) = 5+27+169=201 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.49% from 201); Green value is 27 (10.94% from 255 or 13.43% from 201); Blue value is 169 (66.41% from 255 or 84.08% from 201); Max value from RGB is 169 - color contains mainly: blue. Hex color #051BA9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051BA9 is #FAE456. Grayscale: #242424. Windows color (decimal): -16442455 or 11082501. OLE color: 11082501.

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

Color convert

RGB 5 27 169 -
CMYK 0.97 0.84 0 0.34
HSL 231.95º 0.94% 0.34% -
HSV(B) 231.95º 0.97% 0.66% -
XYZ 7.62 3.68 37.85 -
YUV 36.61 202.71 105.45 -
System Red Green Blue C M Y K H S L
Decimal 5 27 169 0.97 0.84 0 0.34 231.95 0.94 0.34
Hex 5 1B A9 61 54 0 22 E8 5E 22
Octal 5 33 251 141 124 0 42 350 136 42
Binary 101 11011 10101001 1100001 1010100 0 100010 11101000 1011110 100010

Color Harmonies of #051BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051BA9

Black with #051BA9

Text Example


Text Example

White with #051BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,27,169); }

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

background-color css

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

 a { background-color: rgb(5,27,169); }

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

border-color css

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

 span { border-color: rgb(5,27,169); }

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