#051CB1

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

Shades of International Klein Blue #051CB1

Tints of International Klein Blue #051CB1

Color information

#051CB1 (or 0x051CB1) is unknown color: approx International Klein Blue. HEX triplet: 05, 1C and B1. RGB value is (5,28,177). Sum of RGB (Red+Green+Blue) = 5+28+177=210 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.38% from 210); Green value is 28 (11.33% from 255 or 13.33% from 210); Blue value is 177 (69.53% from 255 or 84.29% from 210); Max value from RGB is 177 - color contains mainly: blue. Hex color #051CB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051CB1 is #FAE34E. Grayscale: #252525. Windows color (decimal): -16442191 or 11607045. OLE color: 11607045.

HSL color Cylindrical-coordinate representation of color #051CB1: hue angle of 231.98º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051CB1 is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB528177-
CMYK0.970.8400.31
HSL231.98º94.51%35.69%-
HSV(B)231.98º97.18%69.41%-
XYZ8.414.0441.93-
YUV38.11206.38104.38-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.38%
GREEN value IS 28 (11.33% from 255) = 13.33%
BLUE value IS 177 (69.53% from 255) = 84.29%
R=2.38%
G=13.33%
B=84.29%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal5281770.970.8400.31231.9894.5135.69
Hex51CB1615401Fe85f24
Octal53426114112403735013744
Binary101111001011000111000011010100011111111010001011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,28,177); }

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

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

 a { background-color: rgb(5,28,177); }

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

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

 span { border-color: rgb(5,28,177); }

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