#083870

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

Shades of Prussian Blue #083870

Tints of Prussian Blue #083870

Color information

#083870 (or 0x083870) is unknown color: approx Prussian Blue. HEX triplet: 08, 38 and 70. RGB value is (8,56,112). Sum of RGB (Red+Green+Blue) = 8+56+112=176 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.55% from 176); Green value is 56 (22.27% from 255 or 31.82% from 176); Blue value is 112 (44.14% from 255 or 63.64% from 176); Max value from RGB is 112 - color contains mainly: blue. Hex color #083870 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083870 is #F7C78F. Grayscale: #2F2F2F. Windows color (decimal): -16238480 or 7354376. OLE color: 7354376.

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

Color convert

RGB856112-
CMYK0.930.5000.56
HSL212.31º86.67%23.53%-
HSV(B)212.31º92.86%43.92%-
XYZ4.444.0515.88-
YUV48.03164.199.45-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.55%
GREEN value IS 56 (22.27% from 255) = 31.82%
BLUE value IS 112 (44.14% from 255) = 63.64%
R=4.55%
G=31.82%
B=63.64%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8561120.930.5000.56212.3186.6723.53
Hex838705D32038d45718
Octal10701601356207032412730
Binary100011100011100001011101110010011100011010100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083870; }

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

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

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

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

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

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

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

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