#0537BA

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

Shades of International Klein Blue #0537BA

Tints of International Klein Blue #0537BA

Color information

#0537BA (or 0x0537BA) is unknown color: approx International Klein Blue. HEX triplet: 05, 37 and BA. RGB value is (5,55,186). Sum of RGB (Red+Green+Blue) = 5+55+186=246 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.03% from 246); Green value is 55 (21.88% from 255 or 22.36% from 246); Blue value is 186 (73.05% from 255 or 75.61% from 246); Max value from RGB is 186 - color contains mainly: blue. Hex color #0537BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0537BA is #FAC845. Grayscale: #363636. Windows color (decimal): -16435270 or 12203781. OLE color: 12203781.

HSL color Cylindrical-coordinate representation of color #0537BA: hue angle of 223.43º 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 #0537BA is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB555186-
CMYK0.970.7000.27
HSL223.43º94.76%37.45%-
HSV(B)223.43º97.31%72.94%-
XYZ10.296.3147.13-
YUV54.98201.9492.35-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.03%
GREEN value IS 55 (21.88% from 255) = 22.36%
BLUE value IS 186 (73.05% from 255) = 75.61%
R=2.03%
G=22.36%
B=75.61%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal5551860.970.7000.27223.4394.7637.45
Hex537BA614601Bdf5f25
Octal56727214110603333713745
Binary1011101111011101011000011000110011011110111111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0537BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0537BA; }

 p { color: rgb(5,55,186); }

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

<style>
 a { background-color: #0537BA; }

 a { background-color: rgb(5,55,186); }

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

<style>
 span { border-color: #0537BA; }

 span { border-color: rgb(5,55,186); }

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