#0829A0

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

Shades of International Klein Blue #0829A0

Tints of International Klein Blue #0829A0

Color information

#0829A0 (or 0x0829A0) is unknown color: approx International Klein Blue. HEX triplet: 08, 29 and A0. RGB value is (8,41,160). Sum of RGB (Red+Green+Blue) = 8+41+160=209 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.83% from 209); Green value is 41 (16.41% from 255 or 19.62% from 209); Blue value is 160 (62.89% from 255 or 76.56% from 209); Max value from RGB is 160 - color contains mainly: blue. Hex color #0829A0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0829A0 is #F7D65F. Grayscale: #2C2C2C. Windows color (decimal): -16242272 or 10496264. OLE color: 10496264.

HSL color Cylindrical-coordinate representation of color #0829A0: hue angle of 226.97º 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 #0829A0 is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB841160-
CMYK0.950.7400.37
HSL226.97º90.48%32.94%-
HSV(B)226.97º95%62.75%-
XYZ7.244.1833.68-
YUV44.7193.07101.82-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.83%
GREEN value IS 41 (16.41% from 255) = 19.62%
BLUE value IS 160 (62.89% from 255) = 76.56%
R=3.83%
G=19.62%
B=76.56%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal8411600.950.7400.37226.9790.4832.94
Hex829A05F4A025e35a21
Octal105124013711204534313241
Binary100010100110100000101111110010100100101111000111011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0829A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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