#0529B1

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

Shades of International Klein Blue #0529B1

Tints of International Klein Blue #0529B1

Color information

#0529B1 (or 0x0529B1) is unknown color: approx International Klein Blue. HEX triplet: 05, 29 and B1. RGB value is (5,41,177). Sum of RGB (Red+Green+Blue) = 5+41+177=223 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.24% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 177 (69.53% from 255 or 79.37% from 223); Max value from RGB is 177 - color contains mainly: blue. Hex color #0529B1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0529B1 is #FAD64E. Grayscale: #2D2D2D. Windows color (decimal): -16438863 or 11610373. OLE color: 11610373.

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

Color convert

RGB541177-
CMYK0.970.7700.31
HSL227.44º94.51%35.69%-
HSV(B)227.44º97.18%69.41%-
XYZ8.794.7942.06-
YUV45.74202.0798.94-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.24%
GREEN value IS 41 (16.41% from 255) = 18.39%
BLUE value IS 177 (69.53% from 255) = 79.37%
R=2.24%
G=18.39%
B=79.37%

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
Decimal5411770.970.7700.31227.4494.5135.69
Hex529B1614D01Fe35f24
Octal55126114111503734313744
Binary1011010011011000111000011001101011111111000111011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0529B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0529B1; }

 p { color: rgb(5,41,177); }

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

<style>
 a { background-color: #0529B1; }

 a { background-color: rgb(5,41,177); }

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

<style>
 span { border-color: #0529B1; }

 span { border-color: rgb(5,41,177); }

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