#083672

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

Shades of Prussian Blue #083672

Tints of Prussian Blue #083672

Color information

#083672 (or 0x083672) is unknown color: approx Prussian Blue. HEX triplet: 08, 36 and 72. RGB value is (8,54,114). Sum of RGB (Red+Green+Blue) = 8+54+114=176 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.55% from 176); Green value is 54 (21.48% from 255 or 30.68% from 176); Blue value is 114 (44.92% from 255 or 64.77% from 176); Max value from RGB is 114 - color contains mainly: blue. Hex color #083672 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083672 is #F7C98D. Grayscale: #2E2E2E. Windows color (decimal): -16238990 or 7484936. OLE color: 7484936.

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

Color convert

RGB854114-
CMYK0.930.5300.55
HSL213.96º86.89%23.92%-
HSV(B)213.96º92.98%44.71%-
XYZ4.463.916.44-
YUV47.09165.76100.12-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.55%
GREEN value IS 54 (21.48% from 255) = 30.68%
BLUE value IS 114 (44.92% from 255) = 64.77%
R=4.55%
G=30.68%
B=64.77%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8541140.930.5300.55213.9686.8923.92
Hex836725D35037d65718
Octal10661621356506732612730
Binary100011011011100101011101110101011011111010110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083672; }

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

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

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

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

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

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

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

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