#051CB9

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

Shades of International Klein Blue #051CB9

Tints of International Klein Blue #051CB9

Color information

#051CB9 (or 0x051CB9) is unknown color: approx International Klein Blue. HEX triplet: 05, 1C and B9. RGB value is (5,28,185). Sum of RGB (Red+Green+Blue) = 5+28+185=218 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.29% from 218); Green value is 28 (11.33% from 255 or 12.84% from 218); Blue value is 185 (72.66% from 255 or 84.86% from 218); Max value from RGB is 185 - color contains mainly: blue. Hex color #051CB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051CB9 is #FAE346. Grayscale: #262626. Windows color (decimal): -16442183 or 12131333. OLE color: 12131333.

HSL color Cylindrical-coordinate representation of color #051CB9: hue angle of 232.33º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051CB9 is Cyan = 0.97, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB528185-
CMYK0.970.8500.27
HSL232.33º94.74%37.25%-
HSV(B)232.33º97.3%72.55%-
XYZ9.234.3746.25-
YUV39.02210.38103.73-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.29%
GREEN value IS 28 (11.33% from 255) = 12.84%
BLUE value IS 185 (72.66% from 255) = 84.86%
R=2.29%
G=12.84%
B=84.86%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal5281850.970.8500.27232.3394.7437.25
Hex51CB9615501Be85f25
Octal53427114112503335013745
Binary101111001011100111000011010101011011111010001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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