#083C5B

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

Shades of Prussian Blue #083C5B

Tints of Prussian Blue #083C5B

Color information

#083C5B (or 0x083C5B) is unknown color: approx Prussian Blue. HEX triplet: 08, 3C and 5B. RGB value is (8,60,91). Sum of RGB (Red+Green+Blue) = 8+60+91=159 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5.03% from 159); Green value is 60 (23.83% from 255 or 37.74% from 159); Blue value is 91 (35.94% from 255 or 57.23% from 159); Max value from RGB is 91 - color contains mainly: blue. Hex color #083C5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083C5B is #F7C3A4. Grayscale: #2F2F2F. Windows color (decimal): -16237477 or 5979144. OLE color: 5979144.

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

Color convert

RGB86091-
CMYK0.910.3400.64
HSL202.41º83.84%19.41%-
HSV(B)202.41º91.21%35.69%-
XYZ3.64.0410.49-
YUV47.99152.2799.48-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.03%
GREEN value IS 60 (23.83% from 255) = 37.74%
BLUE value IS 91 (35.94% from 255) = 57.23%
R=5.03%
G=37.74%
B=57.23%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal860910.910.3400.64202.4183.8419.41
Hex83C5B5B22040ca5413
Octal107413313342010031212423
Binary1000111100101101110110111000100100000011001010101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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