#082F9F

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

Shades of International Klein Blue #082F9F

Tints of International Klein Blue #082F9F

Color information

#082F9F (or 0x082F9F) is unknown color: approx International Klein Blue. HEX triplet: 08, 2F and 9F. RGB value is (8,47,159). Sum of RGB (Red+Green+Blue) = 8+47+159=214 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.74% from 214); Green value is 47 (18.75% from 255 or 21.96% from 214); Blue value is 159 (62.5% from 255 or 74.30% from 214); Max value from RGB is 159 - color contains mainly: blue. Hex color #082F9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082F9F is #F7D060. Grayscale: #2F2F2F. Windows color (decimal): -16240737 or 10432264. OLE color: 10432264.

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

Color convert

RGB847159-
CMYK0.950.7000.38
HSL224.5º90.42%32.75%-
HSV(B)224.5º94.97%62.35%-
XYZ7.374.5933.3-
YUV48.11190.5899.39-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.74%
GREEN value IS 47 (18.75% from 255) = 21.96%
BLUE value IS 159 (62.5% from 255) = 74.30%
R=3.74%
G=21.96%
B=74.30%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal8471590.950.7000.38224.590.4232.75
Hex82F9F5F46026e15a21
Octal105723713710604634113241
Binary100010111110011111101111110001100100110111000011011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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