#082DAF

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

Shades of International Klein Blue #082DAF

Tints of International Klein Blue #082DAF

Color information

#082DAF (or 0x082DAF) is unknown color: approx International Klein Blue. HEX triplet: 08, 2D and AF. RGB value is (8,45,175). Sum of RGB (Red+Green+Blue) = 8+45+175=228 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.51% from 228); Green value is 45 (17.97% from 255 or 19.74% from 228); Blue value is 175 (68.75% from 255 or 76.75% from 228); Max value from RGB is 175 - color contains mainly: blue. Hex color #082DAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082DAF is #F7D250. Grayscale: #303030. Windows color (decimal): -16241233 or 11480328. OLE color: 11480328.

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

Color convert

RGB845175-
CMYK0.950.7400.31
HSL226.71º91.26%35.88%-
HSV(B)226.71º95.43%68.63%-
XYZ8.785.0241.06-
YUV48.76199.2498.93-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.51%
GREEN value IS 45 (17.97% from 255) = 19.74%
BLUE value IS 175 (68.75% from 255) = 76.75%
R=3.51%
G=19.74%
B=76.75%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal8451750.950.7400.31226.7191.2635.88
Hex82DAF5F4A01Fe35b24
Octal105525713711203734313344
Binary10001011011010111110111111001010011111111000111011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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