#051EB9

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

Shades of International Klein Blue #051EB9

Tints of International Klein Blue #051EB9

Color information

#051EB9 (or 0x051EB9) is unknown color: approx International Klein Blue. HEX triplet: 05, 1E and B9. RGB value is (5,30,185). Sum of RGB (Red+Green+Blue) = 5+30+185=220 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.27% from 220); Green value is 30 (12.11% from 255 or 13.64% from 220); Blue value is 185 (72.66% from 255 or 84.09% from 220); Max value from RGB is 185 - color contains mainly: blue. Hex color #051EB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051EB9 is #FAE146. Grayscale: #272727. Windows color (decimal): -16441671 or 12131845. OLE color: 12131845.

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

Color convert

RGB530185-
CMYK0.970.8400.27
HSL231.67º94.74%37.25%-
HSV(B)231.67º97.3%72.55%-
XYZ9.284.4646.27-
YUV40.2209.72102.9-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.27%
GREEN value IS 30 (12.11% from 255) = 13.64%
BLUE value IS 185 (72.66% from 255) = 84.09%
R=2.27%
G=13.64%
B=84.09%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal5301850.970.8400.27231.6794.7437.25
Hex51EB9615401Be85f25
Octal53627114112403335013745
Binary101111101011100111000011010100011011111010001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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