#051EBD

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

Shades of International Klein Blue #051EBD

Tints of International Klein Blue #051EBD

Color information

#051EBD (or 0x051EBD) is unknown color: approx International Klein Blue. HEX triplet: 05, 1E and BD. RGB value is (5,30,189). Sum of RGB (Red+Green+Blue) = 5+30+189=224 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.23% from 224); Green value is 30 (12.11% from 255 or 13.39% from 224); Blue value is 189 (74.22% from 255 or 84.38% from 224); Max value from RGB is 189 - color contains mainly: blue. Hex color #051EBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051EBD is #FAE142. Grayscale: #272727. Windows color (decimal): -16441667 or 12393989. OLE color: 12393989.

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

Color convert

RGB530189-
CMYK0.970.8400.26
HSL231.85º94.85%38.04%-
HSV(B)231.85º97.35%74.12%-
XYZ9.714.6348.53-
YUV40.65211.72102.57-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.23%
GREEN value IS 30 (12.11% from 255) = 13.39%
BLUE value IS 189 (74.22% from 255) = 84.38%
R=2.23%
G=13.39%
B=84.38%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal5301890.970.8400.26231.8594.8538.04
Hex51EBD615401Ae85f26
Octal53627514112403235013746
Binary101111101011110111000011010100011010111010001011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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