#0520AE

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

Shades of International Klein Blue #0520AE

Tints of International Klein Blue #0520AE

Color information

#0520AE (or 0x0520AE) is unknown color: approx International Klein Blue. HEX triplet: 05, 20 and AE. RGB value is (5,32,174). Sum of RGB (Red+Green+Blue) = 5+32+174=211 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.37% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 174 (68.36% from 255 or 82.46% from 211); Max value from RGB is 174 - color contains mainly: blue. Hex color #0520AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0520AE is #FADF51. Grayscale: #272727. Windows color (decimal): -16441170 or 11411461. OLE color: 11411461.

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

Color convert

RGB532174-
CMYK0.970.8200.32
HSL230.41º94.41%35.1%-
HSV(B)230.41º97.13%68.24%-
XYZ8.224.1240.41-
YUV40.12203.55102.95-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.37%
GREEN value IS 32 (12.89% from 255) = 15.17%
BLUE value IS 174 (68.36% from 255) = 82.46%
R=2.37%
G=15.17%
B=82.46%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal5321740.970.8200.32230.4194.4135.1
Hex520AE6152020e65e23
Octal54025614112204034613643
Binary10110000010101110110000110100100100000111001101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0520AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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