#051EAB

Color #051EAB International Klein Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of International Klein Blue #051EAB

Tints of International Klein Blue #051EAB

Color information

#051EAB (or 0x051EAB) is unknown color: approx International Klein Blue. HEX triplet: 05, 1E and AB. RGB value is (5,30,171). Sum of RGB (Red+Green+Blue) = 5+30+171=206 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.43% from 206); Green value is 30 (12.11% from 255 or 14.56% from 206); Blue value is 171 (67.19% from 255 or 83.01% from 206); Max value from RGB is 171 - color contains mainly: blue. Hex color #051EAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051EAB is #FAE154. Grayscale: #262626. Windows color (decimal): -16441685 or 11214341. OLE color: 11214341.

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

Color convert

RGB530171-
CMYK0.970.8200.33
HSL230.96º94.32%34.51%-
HSV(B)230.96º97.08%67.06%-
XYZ7.883.938.87-
YUV38.6202.72104.04-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.43%
GREEN value IS 30 (12.11% from 255) = 14.56%
BLUE value IS 171 (67.19% from 255) = 83.01%
R=2.43%
G=14.56%
B=83.01%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal5301710.970.8200.33230.9694.3234.51
Hex51EAB6152021e75e23
Octal53625314112204134713643
Binary1011111010101011110000110100100100001111001111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #051EAB;
 }
 .AnyTagClassName
 {
   color: #051EAB;
 }
</style>
background-color css

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

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

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

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

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

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