#0518A9

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

Shades of International Klein Blue #0518A9

Tints of International Klein Blue #0518A9

Color information

#0518A9 (or 0x0518A9) is unknown color: approx International Klein Blue. HEX triplet: 05, 18 and A9. RGB value is (5,24,169). Sum of RGB (Red+Green+Blue) = 5+24+169=198 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.53% from 198); Green value is 24 (9.77% from 255 or 12.12% from 198); Blue value is 169 (66.41% from 255 or 85.35% from 198); Max value from RGB is 169 - color contains mainly: blue. Hex color #0518A9 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0518A9 is #FAE756. Grayscale: #222222. Windows color (decimal): -16443223 or 11081733. OLE color: 11081733.

HSL color Cylindrical-coordinate representation of color #0518A9: hue angle of 233.05º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0518A9 is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB524169-
CMYK0.970.8600.34
HSL233.05º94.25%34.12%-
HSV(B)233.05º97.04%66.27%-
XYZ7.553.5537.82-
YUV34.85203.71106.71-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.53%
GREEN value IS 24 (9.77% from 255) = 12.12%
BLUE value IS 169 (66.41% from 255) = 85.35%
R=2.53%
G=12.12%
B=85.35%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal5241690.970.8600.34233.0594.2534.12
Hex518A96156022e95e22
Octal53025114112604235113642
Binary1011100010101001110000110101100100010111010011011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0518A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0518A9; }

 p { color: rgb(5,24,169); }

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

<style>
 a { background-color: #0518A9; }

 a { background-color: rgb(5,24,169); }

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

<style>
 span { border-color: #0518A9; }

 span { border-color: rgb(5,24,169); }

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