#0518AE

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

Shades of International Klein Blue #0518AE

Tints of International Klein Blue #0518AE

Color information

#0518AE (or 0x0518AE) is unknown color: approx International Klein Blue. HEX triplet: 05, 18 and AE. RGB value is (5,24,174). Sum of RGB (Red+Green+Blue) = 5+24+174=203 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.46% from 203); Green value is 24 (9.77% from 255 or 11.82% from 203); Blue value is 174 (68.36% from 255 or 85.71% from 203); Max value from RGB is 174 - color contains mainly: blue. Hex color #0518AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0518AE is #FAE751. Grayscale: #222222. Windows color (decimal): -16443218 or 11409413. OLE color: 11409413.

HSL color Cylindrical-coordinate representation of color #0518AE: hue angle of 233.25º 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 #0518AE is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB524174-
CMYK0.970.8600.32
HSL233.25º94.41%35.1%-
HSV(B)233.25º97.13%68.24%-
XYZ8.033.7440.34-
YUV35.42206.21106.3-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.46%
GREEN value IS 24 (9.77% from 255) = 11.82%
BLUE value IS 174 (68.36% from 255) = 85.71%
R=2.46%
G=11.82%
B=85.71%

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
Decimal5241740.970.8600.32233.2594.4135.1
Hex518AE6156020e95e23
Octal53025614112604035113643
Binary1011100010101110110000110101100100000111010011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0518AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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