#083772

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

Shades of Prussian Blue #083772

Tints of Prussian Blue #083772

Color information

#083772 (or 0x083772) is unknown color: approx Prussian Blue. HEX triplet: 08, 37 and 72. RGB value is (8,55,114). Sum of RGB (Red+Green+Blue) = 8+55+114=177 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.52% from 177); Green value is 55 (21.88% from 255 or 31.07% from 177); Blue value is 114 (44.92% from 255 or 64.41% from 177); Max value from RGB is 114 - color contains mainly: blue. Hex color #083772 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083772 is #F7C88D. Grayscale: #2F2F2F. Windows color (decimal): -16238734 or 7485192. OLE color: 7485192.

HSL color Cylindrical-coordinate representation of color #083772: hue angle of 213.4º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #083772 is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB855114-
CMYK0.930.5200.55
HSL213.4º86.89%23.92%-
HSV(B)213.4º92.98%44.71%-
XYZ4.5416.45-
YUV47.67165.4399.7-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.52%
GREEN value IS 55 (21.88% from 255) = 31.07%
BLUE value IS 114 (44.92% from 255) = 64.41%
R=4.52%
G=31.07%
B=64.41%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8551140.930.5200.55213.486.8923.92
Hex837725D34037d55718
Octal10671621356406732512730
Binary100011011111100101011101110100011011111010101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083772; }

 p { color: rgb(8,55,114); }

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

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

 a { background-color: rgb(8,55,114); }

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

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

 span { border-color: rgb(8,55,114); }

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