#082AAF

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

Shades of International Klein Blue #082AAF

Tints of International Klein Blue #082AAF

Color information

#082AAF (or 0x082AAF) is unknown color: approx International Klein Blue. HEX triplet: 08, 2A and AF. RGB value is (8,42,175). Sum of RGB (Red+Green+Blue) = 8+42+175=225 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.56% from 225); Green value is 42 (16.80% from 255 or 18.67% from 225); Blue value is 175 (68.75% from 255 or 77.78% from 225); Max value from RGB is 175 - color contains mainly: blue. Hex color #082AAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082AAF is #F7D550. Grayscale: #2E2E2E. Windows color (decimal): -16242001 or 11479560. OLE color: 11479560.

HSL color Cylindrical-coordinate representation of color #082AAF: hue angle of 227.78º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #082AAF is Cyan = 0.95, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB842175-
CMYK0.950.7600.31
HSL227.78º91.26%35.88%-
HSV(B)227.78º95.43%68.63%-
XYZ8.674.841.03-
YUV47200.24100.19-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.56%
GREEN value IS 42 (16.80% from 255) = 18.67%
BLUE value IS 175 (68.75% from 255) = 77.78%
R=3.56%
G=18.67%
B=77.78%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal8421750.950.7600.31227.7891.2635.88
Hex82AAF5F4C01Fe45b24
Octal105225713711403734413344
Binary10001010101010111110111111001100011111111001001011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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