#051e9c

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

Shades of International Klein Blue #051E9C

Tints of International Klein Blue #051E9C

Color information

#051E9C (or 0x051E9C) is unknown color: approx International Klein Blue. HEX triplet: 05, 1E and 9C. RGB value is (5,30,156). Sum of RGB (Red+Green+Blue) = 5+30+156=191 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.62% from 191); Green value is 30 (12.11% from 255 or 15.71% from 191); Blue value is 156 (61.33% from 255 or 81.68% from 191); Max value from RGB is 156 - color contains mainly: blue. Hex color #051E9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051E9C is #FAE163. Grayscale: #242424. Windows color (decimal): -16441700 or 10231301. OLE color: 10231301.

HSL color Cylindrical-coordinate representation of color #051E9C: hue angle of 230.07º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051E9C is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB530156-
CMYK0.970.8100.39
HSL230.07º93.79%31.57%-
HSV(B)230.07º96.79%61.18%-
XYZ6.533.3631.76-
YUV36.89195.22105.25-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.62%
GREEN value IS 30 (12.11% from 255) = 15.71%
BLUE value IS 156 (61.33% from 255) = 81.68%
R=2.62%
G=15.71%
B=81.68%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal5301560.970.8100.39230.0793.7931.57
Hex51E9C6151027e65e20
Octal53623414112104734613640
Binary1011111010011100110000110100010100111111001101011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051e9c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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