#082AAA

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

Shades of International Klein Blue #082AAA

Tints of International Klein Blue #082AAA

Color information

#082AAA (or 0x082AAA) is unknown color: approx International Klein Blue. HEX triplet: 08, 2A and AA. RGB value is (8,42,170). Sum of RGB (Red+Green+Blue) = 8+42+170=220 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.64% from 220); Green value is 42 (16.80% from 255 or 19.09% from 220); Blue value is 170 (66.80% from 255 or 77.27% from 220); Max value from RGB is 170 - color contains mainly: blue. Hex color #082AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082AAA is #F7D555. Grayscale: #2D2D2D. Windows color (decimal): -16242006 or 11151880. OLE color: 11151880.

HSL color Cylindrical-coordinate representation of color #082AAA: hue angle of 227.41º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #082AAA is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB842170-
CMYK0.950.7500.33
HSL227.41º91.01%34.9%-
HSV(B)227.41º95.29%66.67%-
XYZ8.184.6138.49-
YUV46.43197.74100.59-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.64%
GREEN value IS 42 (16.80% from 255) = 19.09%
BLUE value IS 170 (66.80% from 255) = 77.27%
R=3.64%
G=19.09%
B=77.27%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal8421700.950.7500.33227.4191.0134.9
Hex82AAA5F4B021e35b23
Octal105225213711304134313343
Binary100010101010101010101111110010110100001111000111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082AAA; }

 p { color: rgb(8,42,170); }

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

<style>
 a { background-color: #082AAA; }

 a { background-color: rgb(8,42,170); }

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

<style>
 span { border-color: #082AAA; }

 span { border-color: rgb(8,42,170); }

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