#082D9F

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

Shades of International Klein Blue #082D9F

Tints of International Klein Blue #082D9F

Color information

#082D9F (or 0x082D9F) is unknown color: approx International Klein Blue. HEX triplet: 08, 2D and 9F. RGB value is (8,45,159). Sum of RGB (Red+Green+Blue) = 8+45+159=212 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.77% from 212); Green value is 45 (17.97% from 255 or 21.23% from 212); Blue value is 159 (62.5% from 255 or 75% from 212); Max value from RGB is 159 - color contains mainly: blue. Hex color #082D9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082D9F is #F7D260. Grayscale: #2E2E2E. Windows color (decimal): -16241249 or 10431752. OLE color: 10431752.

HSL color Cylindrical-coordinate representation of color #082D9F: hue angle of 225.3º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #082D9F is Cyan = 0.95, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB845159-
CMYK0.950.7200.38
HSL225.3º90.42%32.75%-
HSV(B)225.3º94.97%62.35%-
XYZ7.34.4333.27-
YUV46.93191.24100.23-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.77%
GREEN value IS 45 (17.97% from 255) = 21.23%
BLUE value IS 159 (62.5% from 255) = 75%
R=3.77%
G=21.23%
B=75%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal8451590.950.7200.38225.390.4232.75
Hex82D9F5F48026e15a21
Octal105523713711004634113241
Binary100010110110011111101111110010000100110111000011011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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