#083962

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

Shades of Prussian Blue #083962

Tints of Prussian Blue #083962

Color information

#083962 (or 0x083962) is unknown color: approx Prussian Blue. HEX triplet: 08, 39 and 62. RGB value is (8,57,98). Sum of RGB (Red+Green+Blue) = 8+57+98=163 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.91% from 163); Green value is 57 (22.66% from 255 or 34.97% from 163); Blue value is 98 (38.67% from 255 or 60.12% from 163); Max value from RGB is 98 - color contains mainly: blue. Hex color #083962 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083962 is #F7C69D. Grayscale: #2E2E2E. Windows color (decimal): -16238238 or 6437128. OLE color: 6437128.

HSL color Cylindrical-coordinate representation of color #083962: hue angle of 207.33º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #083962 is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB85798-
CMYK0.920.4200.62
HSL207.33º84.91%20.78%-
HSV(B)207.33º91.84%38.43%-
XYZ3.773.8612.1-
YUV47.02156.77100.17-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.91%
GREEN value IS 57 (22.66% from 255) = 34.97%
BLUE value IS 98 (38.67% from 255) = 60.12%
R=4.91%
G=34.97%
B=60.12%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal857980.920.4200.62207.3384.9120.78
Hex839625C2A03Ecf5515
Octal10711421345207631712525
Binary100011100111000101011100101010011111011001111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083962; }

 p { color: rgb(8,57,98); }

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

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

 a { background-color: rgb(8,57,98); }

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

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

 span { border-color: rgb(8,57,98); }

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