#083377

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

Shades of Prussian Blue #083377

Tints of Prussian Blue #083377

Color information

#083377 (or 0x083377) is unknown color: approx Prussian Blue. HEX triplet: 08, 33 and 77. RGB value is (8,51,119). Sum of RGB (Red+Green+Blue) = 8+51+119=178 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.49% from 178); Green value is 51 (20.31% from 255 or 28.65% from 178); Blue value is 119 (46.88% from 255 or 66.85% from 178); Max value from RGB is 119 - color contains mainly: blue. Hex color #083377 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083377 is #F7CC88. Grayscale: #2D2D2D. Windows color (decimal): -16239753 or 7811848. OLE color: 7811848.

HSL color Cylindrical-coordinate representation of color #083377: hue angle of 216.76º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #083377 is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB851119-
CMYK0.930.5700.53
HSL216.76º87.4%24.9%-
HSV(B)216.76º93.28%46.67%-
XYZ4.613.7517.93-
YUV45.9169.25100.97-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.49%
GREEN value IS 51 (20.31% from 255) = 28.65%
BLUE value IS 119 (46.88% from 255) = 66.85%
R=4.49%
G=28.65%
B=66.85%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8511190.930.5700.53216.7687.424.9
Hex833775D39035d95719
Octal10631671357106533112731
Binary100011001111101111011101111001011010111011001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083377; }

 p { color: rgb(8,51,119); }

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

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

 a { background-color: rgb(8,51,119); }

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

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

 span { border-color: rgb(8,51,119); }

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