#083A62

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

Shades of Prussian Blue #083A62

Tints of Prussian Blue #083A62

Color information

#083A62 (or 0x083A62) is unknown color: approx Prussian Blue. HEX triplet: 08, 3A and 62. RGB value is (8,58,98). Sum of RGB (Red+Green+Blue) = 8+58+98=164 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.88% from 164); Green value is 58 (23.05% from 255 or 35.37% from 164); Blue value is 98 (38.67% from 255 or 59.76% from 164); Max value from RGB is 98 - color contains mainly: blue. Hex color #083A62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083A62 is #F7C59D. Grayscale: #2F2F2F. Windows color (decimal): -16237982 or 6437384. OLE color: 6437384.

HSL color Cylindrical-coordinate representation of color #083A62: hue angle of 206.67º 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 #083A62 is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB85898-
CMYK0.920.4100.62
HSL206.67º84.91%20.78%-
HSV(B)206.67º91.84%38.43%-
XYZ3.823.9612.12-
YUV47.61156.4499.75-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.88%
GREEN value IS 58 (23.05% from 255) = 35.37%
BLUE value IS 98 (38.67% from 255) = 59.76%
R=4.88%
G=35.37%
B=59.76%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal858980.920.4100.62206.6784.9120.78
Hex83A625C2903Ecf5515
Octal10721421345107631712525
Binary100011101011000101011100101001011111011001111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083A62; }

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

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

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

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

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

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

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

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