#0527B0

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

Shades of International Klein Blue #0527B0

Tints of International Klein Blue #0527B0

Color information

#0527B0 (or 0x0527B0) is unknown color: approx International Klein Blue. HEX triplet: 05, 27 and B0. RGB value is (5,39,176). Sum of RGB (Red+Green+Blue) = 5+39+176=220 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.27% from 220); Green value is 39 (15.62% from 255 or 17.73% from 220); Blue value is 176 (69.14% from 255 or 80% from 220); Max value from RGB is 176 - color contains mainly: blue. Hex color #0527B0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0527B0 is #FAD84F. Grayscale: #2B2B2B. Windows color (decimal): -16439376 or 11544325. OLE color: 11544325.

HSL color Cylindrical-coordinate representation of color #0527B0: hue angle of 228.07º 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 #0527B0 is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB539176-
CMYK0.970.7800.31
HSL228.07º94.48%35.49%-
HSV(B)228.07º97.16%69.02%-
XYZ8.624.6241.51-
YUV44.45202.2499.86-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.27%
GREEN value IS 39 (15.62% from 255) = 17.73%
BLUE value IS 176 (69.14% from 255) = 80%
R=2.27%
G=17.73%
B=80%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal5391760.970.7800.31228.0794.4835.49
Hex527B0614E01Fe45e23
Octal54726014111603734413643
Binary1011001111011000011000011001110011111111001001011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0527B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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