#083872

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

Shades of Prussian Blue #083872

Tints of Prussian Blue #083872

Color information

#083872 (or 0x083872) is unknown color: approx Prussian Blue. HEX triplet: 08, 38 and 72. RGB value is (8,56,114). Sum of RGB (Red+Green+Blue) = 8+56+114=178 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.49% from 178); Green value is 56 (22.27% from 255 or 31.46% from 178); Blue value is 114 (44.92% from 255 or 64.04% from 178); Max value from RGB is 114 - color contains mainly: blue. Hex color #083872 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083872 is #F7C78D. Grayscale: #2F2F2F. Windows color (decimal): -16238478 or 7485448. OLE color: 7485448.

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

Color convert

RGB856114-
CMYK0.930.5100.55
HSL212.83º86.89%23.92%-
HSV(B)212.83º92.98%44.71%-
XYZ4.554.0916.47-
YUV48.26165.199.28-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.49%
GREEN value IS 56 (22.27% from 255) = 31.46%
BLUE value IS 114 (44.92% from 255) = 64.04%
R=4.49%
G=31.46%
B=64.04%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8561140.930.5100.55212.8386.8923.92
Hex838725D33037d55718
Octal10701621356306732512730
Binary100011100011100101011101110011011011111010101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083872; }

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

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

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

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

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

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

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

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