#0528B0

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

Shades of International Klein Blue #0528B0

Tints of International Klein Blue #0528B0

Color information

#0528B0 (or 0x0528B0) is unknown color: approx International Klein Blue. HEX triplet: 05, 28 and B0. RGB value is (5,40,176). Sum of RGB (Red+Green+Blue) = 5+40+176=221 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.26% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 176 (69.14% from 255 or 79.64% from 221); Max value from RGB is 176 - color contains mainly: blue. Hex color #0528B0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0528B0 is #FAD74F. Grayscale: #2C2C2C. Windows color (decimal): -16439120 or 11544581. OLE color: 11544581.

HSL color Cylindrical-coordinate representation of color #0528B0: hue angle of 227.72º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0528B0 is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB540176-
CMYK0.970.7700.31
HSL227.72º94.48%35.49%-
HSV(B)227.72º97.16%69.02%-
XYZ8.664.6841.52-
YUV45.04201.999.44-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.26%
GREEN value IS 40 (16.02% from 255) = 18.10%
BLUE value IS 176 (69.14% from 255) = 79.64%
R=2.26%
G=18.10%
B=79.64%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal5401760.970.7700.31227.7294.4835.49
Hex528B0614D01Fe45e23
Octal55026014111503734413643
Binary1011010001011000011000011001101011111111001001011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0528B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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