#082CAF

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

Shades of International Klein Blue #082CAF

Tints of International Klein Blue #082CAF

Color information

#082CAF (or 0x082CAF) is unknown color: approx International Klein Blue. HEX triplet: 08, 2C and AF. RGB value is (8,44,175). Sum of RGB (Red+Green+Blue) = 8+44+175=227 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.52% from 227); Green value is 44 (17.58% from 255 or 19.38% from 227); Blue value is 175 (68.75% from 255 or 77.09% from 227); Max value from RGB is 175 - color contains mainly: blue. Hex color #082CAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082CAF is #F7D350. Grayscale: #2F2F2F. Windows color (decimal): -16241489 or 11480072. OLE color: 11480072.

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

Color convert

RGB844175-
CMYK0.950.7500.31
HSL227.07º91.26%35.88%-
HSV(B)227.07º95.43%68.63%-
XYZ8.744.9541.05-
YUV48.17199.5799.35-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.52%
GREEN value IS 44 (17.58% from 255) = 19.38%
BLUE value IS 175 (68.75% from 255) = 77.09%
R=3.52%
G=19.38%
B=77.09%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal8441750.950.7500.31227.0791.2635.88
Hex82CAF5F4B01Fe35b24
Octal105425713711303734313344
Binary10001011001010111110111111001011011111111000111011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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