#083C5A

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

Shades of Prussian Blue #083C5A

Tints of Prussian Blue #083C5A

Color information

#083C5A (or 0x083C5A) is unknown color: approx Prussian Blue. HEX triplet: 08, 3C and 5A. RGB value is (8,60,90). Sum of RGB (Red+Green+Blue) = 8+60+90=158 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.06% from 158); Green value is 60 (23.83% from 255 or 37.97% from 158); Blue value is 90 (35.55% from 255 or 56.96% from 158); Max value from RGB is 90 - color contains mainly: blue. Hex color #083C5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083C5A is #F7C3A5. Grayscale: #2F2F2F. Windows color (decimal): -16237478 or 5913608. OLE color: 5913608.

HSL color Cylindrical-coordinate representation of color #083C5A: hue angle of 201.95º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #083C5A is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB86090-
CMYK0.910.3300.65
HSL201.95º83.67%19.22%-
HSV(B)201.95º91.11%35.29%-
XYZ3.564.0210.26-
YUV47.87151.7799.56-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.06%
GREEN value IS 60 (23.83% from 255) = 37.97%
BLUE value IS 90 (35.55% from 255) = 56.96%
R=5.06%
G=37.97%
B=56.96%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal860900.910.3300.65201.9583.6719.22
Hex83C5A5B21041ca5413
Octal107413213341010131212423
Binary1000111100101101010110111000010100000111001010101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,60,90); }

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

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

 a { background-color: rgb(8,60,90); }

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

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

 span { border-color: rgb(8,60,90); }

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