#0535A9

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

Shades of International Klein Blue #0535A9

Tints of International Klein Blue #0535A9

Color information

#0535A9 (or 0x0535A9) is unknown color: approx International Klein Blue. HEX triplet: 05, 35 and A9. RGB value is (5,53,169). Sum of RGB (Red+Green+Blue) = 5+53+169=227 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.20% from 227); Green value is 53 (21.09% from 255 or 23.35% from 227); Blue value is 169 (66.41% from 255 or 74.45% from 227); Max value from RGB is 169 - color contains mainly: blue. Hex color #0535A9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0535A9 is #FACA56. Grayscale: #333333. Windows color (decimal): -16435799 or 11089157. OLE color: 11089157.

HSL color Cylindrical-coordinate representation of color #0535A9: hue angle of 222.44º 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 #0535A9 is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB553169-
CMYK0.970.6900.34
HSL222.44º94.25%34.12%-
HSV(B)222.44º97.04%66.27%-
XYZ8.55.4438.14-
YUV51.87194.194.57-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.20%
GREEN value IS 53 (21.09% from 255) = 23.35%
BLUE value IS 169 (66.41% from 255) = 74.45%
R=2.20%
G=23.35%
B=74.45%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal5531690.970.6900.34222.4494.2534.12
Hex535A96145022de5e22
Octal56525114110504233613642
Binary10111010110101001110000110001010100010110111101011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0535A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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