Html Css Color HEX #051B99 International Klein Blue

📋 copy color: '#051B99'

red 5 ◦ green 27 ◦ blue 153

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

Shades of International Klein Blue #051B99

Tints of International Klein Blue #051B99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 82.7%

R = 2.7%
G = 14.59%
B = 82.7%

CMYK

 C value IS 0.97

 M value IS 0.82

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#051B99 (or 0x051B99) is known color: International Klein Blue. HEX triplet: 05, 1B and 99. RGB value is (5,27,153). Sum of RGB (Red+Green+Blue) = 5+27+153=185 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.70% from 185); Green value is 27 (10.94% from 255 or 14.59% from 185); Blue value is 153 (60.16% from 255 or 82.70% from 185); Max value from RGB is 153 - color contains mainly: blue. Hex color #051B99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051B99 is #FAE466. Grayscale: #222222. Windows color (decimal): -16442471 or 10033925. OLE color: 10033925.

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

Color convert

RGB 5 27 153 -
CMYK 0.97 0.82 0 0.4
HSL 231.08º 0.94% 0.31% -
HSV(B) 231.08º 0.97% 0.6% -
XYZ 6.2 3.12 30.41 -
YUV 34.79 194.71 106.75 -
System Red Green Blue C M Y K H S L
Decimal 5 27 153 0.97 0.82 0 0.4 231.08 0.94 0.31
Hex 5 1B 99 61 52 0 28 E7 5E 1F
Octal 5 33 231 141 122 0 50 347 136 37
Binary 101 11011 10011001 1100001 1010010 0 101000 11100111 1011110 11111

Color Harmonies of #051B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051B99

Black with #051B99

Text Example


Text Example

White with #051B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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