#0825A0

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

Shades of International Klein Blue #0825A0

Tints of International Klein Blue #0825A0

Color information

#0825A0 (or 0x0825A0) is unknown color: approx International Klein Blue. HEX triplet: 08, 25 and A0. RGB value is (8,37,160). Sum of RGB (Red+Green+Blue) = 8+37+160=205 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.90% from 205); Green value is 37 (14.84% from 255 or 18.05% from 205); Blue value is 160 (62.89% from 255 or 78.05% from 205); Max value from RGB is 160 - color contains mainly: blue. Hex color #0825A0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0825A0 is #F7DA5F. Grayscale: #292929. Windows color (decimal): -16243296 or 10495240. OLE color: 10495240.

HSL color Cylindrical-coordinate representation of color #0825A0: hue angle of 228.55º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0825A0 is Cyan = 0.95, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB837160-
CMYK0.950.7700.37
HSL228.55º90.48%32.94%-
HSV(B)228.55º95%62.75%-
XYZ7.113.9133.64-
YUV42.35194.39103.5-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.90%
GREEN value IS 37 (14.84% from 255) = 18.05%
BLUE value IS 160 (62.89% from 255) = 78.05%
R=3.90%
G=18.05%
B=78.05%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal8371600.950.7700.37228.5590.4832.94
Hex825A05F4D025e55a21
Octal104524013711504534513241
Binary100010010110100000101111110011010100101111001011011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0825A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0825A0; }

 p { color: rgb(8,37,160); }

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

<style>
 a { background-color: #0825A0; }

 a { background-color: rgb(8,37,160); }

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

<style>
 span { border-color: #0825A0; }

 span { border-color: rgb(8,37,160); }

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