Html Css Color HEX #051AAB International Klein Blue

📋 copy color: '#051AAB'

red 5 ◦ green 26 ◦ blue 171

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

Shades of International Klein Blue #051AAB

Tints of International Klein Blue #051AAB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.87%

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

R = 2.48%
G = 12.87%
B = 84.65%

CMYK

 C value IS 0.97

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#051AAB (or 0x051AAB) is known color: International Klein Blue. HEX triplet: 05, 1A and AB. RGB value is (5,26,171). Sum of RGB (Red+Green+Blue) = 5+26+171=202 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.48% from 202); Green value is 26 (10.55% from 255 or 12.87% from 202); Blue value is 171 (67.19% from 255 or 84.65% from 202); Max value from RGB is 171 - color contains mainly: blue. Hex color #051AAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051AAB is #FAE554. Grayscale: #232323. Windows color (decimal): -16442709 or 11213317. OLE color: 11213317.

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

Color convert

RGB 5 26 171 -
CMYK 0.97 0.85 0 0.33
HSL 232.41º 0.94% 0.35% -
HSV(B) 232.41º 0.97% 0.67% -
XYZ 7.78 3.71 38.83 -
YUV 36.25 204.04 105.71 -
System Red Green Blue C M Y K H S L
Decimal 5 26 171 0.97 0.85 0 0.33 232.41 0.94 0.35
Hex 5 1A AB 61 55 0 21 E8 5E 23
Octal 5 32 253 141 125 0 41 350 136 43
Binary 101 11010 10101011 1100001 1010101 0 100001 11101000 1011110 100011

Color Harmonies of #051AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051AAB

Black with #051AAB

Text Example


Text Example

White with #051AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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