#0535B9

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

Shades of International Klein Blue #0535B9

Tints of International Klein Blue #0535B9

Color information

#0535B9 (or 0x0535B9) is unknown color: approx International Klein Blue. HEX triplet: 05, 35 and B9. RGB value is (5,53,185). Sum of RGB (Red+Green+Blue) = 5+53+185=243 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.06% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 185 (72.66% from 255 or 76.13% from 243); Max value from RGB is 185 - color contains mainly: blue. Hex color #0535B9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0535B9 is #FACA46. Grayscale: #353535. Windows color (decimal): -16435783 or 12137733. OLE color: 12137733.

HSL color Cylindrical-coordinate representation of color #0535B9: hue angle of 224º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0535B9 is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB553185-
CMYK0.970.7100.27
HSL224º94.74%37.25%-
HSV(B)224º97.3%72.55%-
XYZ10.096.0846.54-
YUV53.7202.193.27-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.06%
GREEN value IS 53 (21.09% from 255) = 21.81%
BLUE value IS 185 (72.66% from 255) = 76.13%
R=2.06%
G=21.81%
B=76.13%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal5531850.970.7100.2722494.7437.25
Hex535B9614701Be05f25
Octal56527114110703334013745
Binary1011101011011100111000011000111011011111000001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0535B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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