#0535B7

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

Shades of International Klein Blue #0535B7

Tints of International Klein Blue #0535B7

Color information

#0535B7 (or 0x0535B7) is unknown color: approx International Klein Blue. HEX triplet: 05, 35 and B7. RGB value is (5,53,183). Sum of RGB (Red+Green+Blue) = 5+53+183=241 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 183 (71.88% from 255 or 75.93% from 241); Max value from RGB is 183 - color contains mainly: blue. Hex color #0535B7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0535B7 is #FACA48. Grayscale: #343434. Windows color (decimal): -16435785 or 12006661. OLE color: 12006661.

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

Color convert

RGB553183-
CMYK0.970.7100.28
HSL223.82º94.68%36.86%-
HSV(B)223.82º97.27%71.76%-
XYZ9.88645.44-
YUV53.47201.193.43-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.07%
GREEN value IS 53 (21.09% from 255) = 21.99%
BLUE value IS 183 (71.88% from 255) = 75.93%
R=2.07%
G=21.99%
B=75.93%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal5531830.970.7100.28223.8294.6836.86
Hex535B7614701Ce05f25
Octal56526714110703434013745
Binary1011101011011011111000011000111011100111000001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0535B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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