#0819A2

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

Shades of International Klein Blue #0819A2

Tints of International Klein Blue #0819A2

Color information

#0819A2 (or 0x0819A2) is unknown color: approx International Klein Blue. HEX triplet: 08, 19 and A2. RGB value is (8,25,162). Sum of RGB (Red+Green+Blue) = 8+25+162=195 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.10% from 195); Green value is 25 (10.16% from 255 or 12.82% from 195); Blue value is 162 (63.67% from 255 or 83.08% from 195); Max value from RGB is 162 - color contains mainly: blue. Hex color #0819A2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0819A2 is #F7E65D. Grayscale: #222222. Windows color (decimal): -16246366 or 10623240. OLE color: 10623240.

HSL color Cylindrical-coordinate representation of color #0819A2: hue angle of 233.38º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0819A2 is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB825162-
CMYK0.950.8500.36
HSL233.38º90.59%33.33%-
HSV(B)233.38º95.06%63.53%-
XYZ6.973.3634.46-
YUV35.53199.37108.36-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.10%
GREEN value IS 25 (10.16% from 255) = 12.82%
BLUE value IS 162 (63.67% from 255) = 83.08%
R=4.10%
G=12.82%
B=83.08%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal8251620.950.8500.36233.3890.5933.33
Hex819A25F55024e95b21
Octal103124213712504435113341
Binary10001100110100010101111110101010100100111010011011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0819A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0819A2; }

 p { color: rgb(8,25,162); }

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

<style>
 a { background-color: #0819A2; }

 a { background-color: rgb(8,25,162); }

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

<style>
 span { border-color: #0819A2; }

 span { border-color: rgb(8,25,162); }

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