#08375F

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

Shades of Prussian Blue #08375F

Tints of Prussian Blue #08375F

Color information

#08375F (or 0x08375F) is unknown color: approx Prussian Blue. HEX triplet: 08, 37 and 5F. RGB value is (8,55,95). Sum of RGB (Red+Green+Blue) = 8+55+95=158 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.06% from 158); Green value is 55 (21.88% from 255 or 34.81% from 158); Blue value is 95 (37.5% from 255 or 60.13% from 158); Max value from RGB is 95 - color contains mainly: blue. Hex color #08375F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08375F is #F7C8A0. Grayscale: #2D2D2D. Windows color (decimal): -16238753 or 6240008. OLE color: 6240008.

HSL color Cylindrical-coordinate representation of color #08375F: hue angle of 207.59º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08375F is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB85595-
CMYK0.920.4200.63
HSL207.59º84.47%20.2%-
HSV(B)207.59º91.58%37.25%-
XYZ3.533.6111.34-
YUV45.51155.93101.25-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.06%
GREEN value IS 55 (21.88% from 255) = 34.81%
BLUE value IS 95 (37.5% from 255) = 60.13%
R=5.06%
G=34.81%
B=60.13%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal855950.920.4200.63207.5984.4720.2
Hex8375F5C2A03Fd05414
Octal10671371345207732012424
Binary100011011110111111011100101010011111111010000101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08375F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08375F; }

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

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

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

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

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

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

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

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