#083C5D

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

Shades of Prussian Blue #083C5D

Tints of Prussian Blue #083C5D

Color information

#083C5D (or 0x083C5D) is unknown color: approx Prussian Blue. HEX triplet: 08, 3C and 5D. RGB value is (8,60,93). Sum of RGB (Red+Green+Blue) = 8+60+93=161 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.97% from 161); Green value is 60 (23.83% from 255 or 37.27% from 161); Blue value is 93 (36.72% from 255 or 57.76% from 161); Max value from RGB is 93 - color contains mainly: blue. Hex color #083C5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083C5D is #F7C3A2. Grayscale: #303030. Windows color (decimal): -16237475 or 6110216. OLE color: 6110216.

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

Color convert

RGB86093-
CMYK0.910.3500.64
HSL203.29º84.16%19.8%-
HSV(B)203.29º91.4%36.47%-
XYZ3.694.0710.95-
YUV48.21153.2799.32-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.97%
GREEN value IS 60 (23.83% from 255) = 37.27%
BLUE value IS 93 (36.72% from 255) = 57.76%
R=4.97%
G=37.27%
B=57.76%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal860930.910.3500.64203.2984.1619.8
Hex83C5D5B23040cb5414
Octal107413513343010031312424
Binary1000111100101110110110111000110100000011001011101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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