#083476

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

Shades of Prussian Blue #083476

Tints of Prussian Blue #083476

Color information

#083476 (or 0x083476) is unknown color: approx Prussian Blue. HEX triplet: 08, 34 and 76. RGB value is (8,52,118). Sum of RGB (Red+Green+Blue) = 8+52+118=178 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.49% from 178); Green value is 52 (20.70% from 255 or 29.21% from 178); Blue value is 118 (46.48% from 255 or 66.29% from 178); Max value from RGB is 118 - color contains mainly: blue. Hex color #083476 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083476 is #F7CB89. Grayscale: #2E2E2E. Windows color (decimal): -16239498 or 7746568. OLE color: 7746568.

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

Color convert

RGB852118-
CMYK0.930.5600.54
HSL216º87.3%24.71%-
HSV(B)216º93.22%46.27%-
XYZ4.63.8217.63-
YUV46.37168.42100.63-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.49%
GREEN value IS 52 (20.70% from 255) = 29.21%
BLUE value IS 118 (46.48% from 255) = 66.29%
R=4.49%
G=29.21%
B=66.29%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8521180.930.5600.5421687.324.71
Hex834765D38036d85719
Octal10641661357006633012731
Binary100011010011101101011101111000011011011011000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083476; }

 p { color: rgb(8,52,118); }

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

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

 a { background-color: rgb(8,52,118); }

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

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

 span { border-color: rgb(8,52,118); }

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