#0528A1

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

Shades of International Klein Blue #0528A1

Tints of International Klein Blue #0528A1

Color information

#0528A1 (or 0x0528A1) is unknown color: approx International Klein Blue. HEX triplet: 05, 28 and A1. RGB value is (5,40,161). Sum of RGB (Red+Green+Blue) = 5+40+161=206 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.43% from 206); Green value is 40 (16.02% from 255 or 19.42% from 206); Blue value is 161 (63.28% from 255 or 78.16% from 206); Max value from RGB is 161 - color contains mainly: blue. Hex color #0528A1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0528A1 is #FAD75E. Grayscale: #2A2A2A. Windows color (decimal): -16439135 or 10561541. OLE color: 10561541.

HSL color Cylindrical-coordinate representation of color #0528A1: hue angle of 226.54º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0528A1 is Cyan = 0.97, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB540161-
CMYK0.970.7500.37
HSL226.54º93.98%32.55%-
HSV(B)226.54º96.89%63.14%-
XYZ7.254.1234.13-
YUV43.33194.4100.66-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.43%
GREEN value IS 40 (16.02% from 255) = 19.42%
BLUE value IS 161 (63.28% from 255) = 78.16%
R=2.43%
G=19.42%
B=78.16%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal5401610.970.7500.37226.5493.9832.55
Hex528A1614B025e35e21
Octal55024114111304534313641
Binary10110100010100001110000110010110100101111000111011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0528A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0528A1; }

 p { color: rgb(5,40,161); }

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

<style>
 a { background-color: #0528A1; }

 a { background-color: rgb(5,40,161); }

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

<style>
 span { border-color: #0528A1; }

 span { border-color: rgb(5,40,161); }

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