Html Css Color HEX #051BAB International Klein Blue

📋 copy color: '#051BAB'

red 5 ◦ green 27 ◦ blue 171

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

Shades of International Klein Blue #051BAB

Tints of International Klein Blue #051BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 84.24%

R = 2.46%
G = 13.3%
B = 84.24%

CMYK

 C value IS 0.97

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#051BAB (or 0x051BAB) is known color: International Klein Blue. HEX triplet: 05, 1B and AB. RGB value is (5,27,171). Sum of RGB (Red+Green+Blue) = 5+27+171=203 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.46% from 203); Green value is 27 (10.94% from 255 or 13.30% from 203); Blue value is 171 (67.19% from 255 or 84.24% from 203); Max value from RGB is 171 - color contains mainly: blue. Hex color #051BAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051BAB is #FAE454. Grayscale: #242424. Windows color (decimal): -16442453 or 11213573. OLE color: 11213573.

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

Color convert

RGB 5 27 171 -
CMYK 0.97 0.84 0 0.33
HSL 232.05º 0.94% 0.35% -
HSV(B) 232.05º 0.97% 0.67% -
XYZ 7.81 3.76 38.84 -
YUV 36.84 203.71 105.29 -
System Red Green Blue C M Y K H S L
Decimal 5 27 171 0.97 0.84 0 0.33 232.05 0.94 0.35
Hex 5 1B AB 61 54 0 21 E8 5E 23
Octal 5 33 253 141 124 0 41 350 136 43
Binary 101 11011 10101011 1100001 1010100 0 100001 11101000 1011110 100011

Color Harmonies of #051BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051BAB

Black with #051BAB

Text Example


Text Example

White with #051BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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