#0521BA

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

Shades of International Klein Blue #0521BA

Tints of International Klein Blue #0521BA

Color information

#0521BA (or 0x0521BA) is unknown color: approx International Klein Blue. HEX triplet: 05, 21 and BA. RGB value is (5,33,186). Sum of RGB (Red+Green+Blue) = 5+33+186=224 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.23% from 224); Green value is 33 (13.28% from 255 or 14.73% from 224); Blue value is 186 (73.05% from 255 or 83.04% from 224); Max value from RGB is 186 - color contains mainly: blue. Hex color #0521BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0521BA is #FADE45. Grayscale: #292929. Windows color (decimal): -16440902 or 12198149. OLE color: 12198149.

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

Color convert

RGB533186-
CMYK0.970.8200.27
HSL230.72º94.76%37.45%-
HSV(B)230.72º97.31%72.94%-
XYZ9.474.6746.86-
YUV42.07209.22101.56-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.23%
GREEN value IS 33 (13.28% from 255) = 14.73%
BLUE value IS 186 (73.05% from 255) = 83.04%
R=2.23%
G=14.73%
B=83.04%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal5331860.970.8200.27230.7294.7637.45
Hex521BA615201Be75f25
Octal54127214112203334713745
Binary1011000011011101011000011010010011011111001111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0521BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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