#0518AB

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

Shades of International Klein Blue #0518AB

Tints of International Klein Blue #0518AB

Color information

#0518AB (or 0x0518AB) is unknown color: approx International Klein Blue. HEX triplet: 05, 18 and AB. RGB value is (5,24,171). Sum of RGB (Red+Green+Blue) = 5+24+171=200 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.5% from 200); Green value is 24 (9.77% from 255 or 12% from 200); Blue value is 171 (67.19% from 255 or 85.5% from 200); Max value from RGB is 171 - color contains mainly: blue. Hex color #0518AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0518AB is #FAE754. Grayscale: #222222. Windows color (decimal): -16443221 or 11212805. OLE color: 11212805.

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

Color convert

RGB524171-
CMYK0.970.8600.33
HSL233.13º94.32%34.51%-
HSV(B)233.13º97.08%67.06%-
XYZ7.743.6338.82-
YUV35.08204.71106.55-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.5%
GREEN value IS 24 (9.77% from 255) = 12%
BLUE value IS 171 (67.19% from 255) = 85.5%
R=2.5%
G=12%
B=85.5%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal5241710.970.8600.33233.1394.3234.51
Hex518AB6156021e95e23
Octal53025314112604135113643
Binary1011100010101011110000110101100100001111010011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0518AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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