#082F4F

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

Shades of Prussian Blue #082F4F

Tints of Prussian Blue #082F4F

Color information

#082F4F (or 0x082F4F) is unknown color: approx Prussian Blue. HEX triplet: 08, 2F and 4F. RGB value is (8,47,79). Sum of RGB (Red+Green+Blue) = 8+47+79=134 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.97% from 134); Green value is 47 (18.75% from 255 or 35.07% from 134); Blue value is 79 (31.25% from 255 or 58.96% from 134); Max value from RGB is 79 - color contains mainly: blue. Hex color #082F4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082F4F is #F7D0B0. Grayscale: #262626. Windows color (decimal): -16240817 or 5189384. OLE color: 5189384.

HSL color Cylindrical-coordinate representation of color #082F4F: hue angle of 207.04º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #082F4F is Cyan = 0.90, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB84779-
CMYK0.900.4100.69
HSL207.04º81.61%17.06%-
HSV(B)207.04º89.87%30.98%-
XYZ2.532.657.78-
YUV38.99150.58105.9-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.97%
GREEN value IS 47 (18.75% from 255) = 35.07%
BLUE value IS 79 (31.25% from 255) = 58.96%
R=5.97%
G=35.07%
B=58.96%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal847790.900.4100.69207.0481.6117.06
Hex82F4F5A29045cf5211
Octal105711713251010531712221
Binary1000101111100111110110101010010100010111001111101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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