#0519AE

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

Shades of International Klein Blue #0519AE

Tints of International Klein Blue #0519AE

Color information

#0519AE (or 0x0519AE) is unknown color: approx International Klein Blue. HEX triplet: 05, 19 and AE. RGB value is (5,25,174). Sum of RGB (Red+Green+Blue) = 5+25+174=204 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.45% from 204); Green value is 25 (10.16% from 255 or 12.25% from 204); Blue value is 174 (68.36% from 255 or 85.29% from 204); Max value from RGB is 174 - color contains mainly: blue. Hex color #0519AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0519AE is #FAE651. Grayscale: #232323. Windows color (decimal): -16442962 or 11409669. OLE color: 11409669.

HSL color Cylindrical-coordinate representation of color #0519AE: hue angle of 232.9º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0519AE is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB525174-
CMYK0.970.8600.32
HSL232.9º94.41%35.1%-
HSV(B)232.9º97.13%68.24%-
XYZ8.053.7840.35-
YUV36.01205.87105.88-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.45%
GREEN value IS 25 (10.16% from 255) = 12.25%
BLUE value IS 174 (68.36% from 255) = 85.29%
R=2.45%
G=12.25%
B=85.29%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal5251740.970.8600.32232.994.4135.1
Hex519AE6156020e95e23
Octal53125614112604035113643
Binary1011100110101110110000110101100100000111010011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0519AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0519AE; }

 p { color: rgb(5,25,174); }

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

<style>
 a { background-color: #0519AE; }

 a { background-color: rgb(5,25,174); }

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

<style>
 span { border-color: #0519AE; }

 span { border-color: rgb(5,25,174); }

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