#0525A9

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

Shades of International Klein Blue #0525A9

Tints of International Klein Blue #0525A9

Color information

#0525A9 (or 0x0525A9) is unknown color: approx International Klein Blue. HEX triplet: 05, 25 and A9. RGB value is (5,37,169). Sum of RGB (Red+Green+Blue) = 5+37+169=211 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.37% from 211); Green value is 37 (14.84% from 255 or 17.54% from 211); Blue value is 169 (66.41% from 255 or 80.09% from 211); Max value from RGB is 169 - color contains mainly: blue. Hex color #0525A9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0525A9 is #FADA56. Grayscale: #292929. Windows color (decimal): -16439895 or 11085061. OLE color: 11085061.

HSL color Cylindrical-coordinate representation of color #0525A9: hue angle of 228.29º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0525A9 is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB537169-
CMYK0.970.7800.34
HSL228.29º94.25%34.12%-
HSV(B)228.29º97.04%66.27%-
XYZ7.894.2237.94-
YUV42.48199.4101.27-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.37%
GREEN value IS 37 (14.84% from 255) = 17.54%
BLUE value IS 169 (66.41% from 255) = 80.09%
R=2.37%
G=17.54%
B=80.09%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal5371690.970.7800.34228.2994.2534.12
Hex525A9614E022e45e22
Octal54525114111604234413642
Binary10110010110101001110000110011100100010111001001011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0525A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0525A9; }

 p { color: rgb(5,37,169); }

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

<style>
 a { background-color: #0525A9; }

 a { background-color: rgb(5,37,169); }

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

<style>
 span { border-color: #0525A9; }

 span { border-color: rgb(5,37,169); }

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