#0517AC

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

Shades of International Klein Blue #0517AC

Tints of International Klein Blue #0517AC

Color information

#0517AC (or 0x0517AC) is unknown color: approx International Klein Blue. HEX triplet: 05, 17 and AC. RGB value is (5,23,172). Sum of RGB (Red+Green+Blue) = 5+23+172=200 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.5% from 200); Green value is 23 (9.38% from 255 or 11.5% from 200); Blue value is 172 (67.58% from 255 or 86% from 200); Max value from RGB is 172 - color contains mainly: blue. Hex color #0517AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0517AC is #FAE853. Grayscale: #212121. Windows color (decimal): -16443476 or 11278085. OLE color: 11278085.

HSL color Cylindrical-coordinate representation of color #0517AC: hue angle of 233.53º 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 #0517AC is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB523172-
CMYK0.970.8700.33
HSL233.53º94.35%34.71%-
HSV(B)233.53º97.09%67.45%-
XYZ7.823.6239.32-
YUV34.6205.54106.88-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.5%
GREEN value IS 23 (9.38% from 255) = 11.5%
BLUE value IS 172 (67.58% from 255) = 86%
R=2.5%
G=11.5%
B=86%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal5231720.970.8700.33233.5394.3534.71
Hex517AC6157021ea5e23
Octal52725414112704135213643
Binary1011011110101100110000110101110100001111010101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0517AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0517AC; }

 p { color: rgb(5,23,172); }

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

<style>
 a { background-color: #0517AC; }

 a { background-color: rgb(5,23,172); }

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

<style>
 span { border-color: #0517AC; }

 span { border-color: rgb(5,23,172); }

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