#083277

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

Shades of Prussian Blue #083277

Tints of Prussian Blue #083277

Color information

#083277 (or 0x083277) is unknown color: approx Prussian Blue. HEX triplet: 08, 32 and 77. RGB value is (8,50,119). Sum of RGB (Red+Green+Blue) = 8+50+119=177 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.52% from 177); Green value is 50 (19.92% from 255 or 28.25% from 177); Blue value is 119 (46.88% from 255 or 67.23% from 177); Max value from RGB is 119 - color contains mainly: blue. Hex color #083277 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083277 is #F7CD88. Grayscale: #2C2C2C. Windows color (decimal): -16240009 or 7811592. OLE color: 7811592.

HSL color Cylindrical-coordinate representation of color #083277: hue angle of 217.3º 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 #083277 is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB850119-
CMYK0.930.5800.53
HSL217.3º87.4%24.9%-
HSV(B)217.3º93.28%46.67%-
XYZ4.573.6617.92-
YUV45.31169.59101.39-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.52%
GREEN value IS 50 (19.92% from 255) = 28.25%
BLUE value IS 119 (46.88% from 255) = 67.23%
R=4.52%
G=28.25%
B=67.23%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8501190.930.5800.53217.387.424.9
Hex832775D3A035d95719
Octal10621671357206533112731
Binary100011001011101111011101111010011010111011001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083277; }

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

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

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

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

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

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

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

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