#08375D

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

Shades of Prussian Blue #08375D

Tints of Prussian Blue #08375D

Color information

#08375D (or 0x08375D) is unknown color: approx Prussian Blue. HEX triplet: 08, 37 and 5D. RGB value is (8,55,93). Sum of RGB (Red+Green+Blue) = 8+55+93=156 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.13% from 156); Green value is 55 (21.88% from 255 or 35.26% from 156); Blue value is 93 (36.72% from 255 or 59.62% from 156); Max value from RGB is 93 - color contains mainly: blue. Hex color #08375D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08375D is #F7C8A2. Grayscale: #2D2D2D. Windows color (decimal): -16238755 or 6108936. OLE color: 6108936.

HSL color Cylindrical-coordinate representation of color #08375D: hue angle of 206.82º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08375D is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB85593-
CMYK0.910.4100.64
HSL206.82º84.16%19.8%-
HSV(B)206.82º91.4%36.47%-
XYZ3.443.5710.86-
YUV45.28154.93101.41-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.13%
GREEN value IS 55 (21.88% from 255) = 35.26%
BLUE value IS 93 (36.72% from 255) = 59.62%
R=5.13%
G=35.26%
B=59.62%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal855930.910.4100.64206.8284.1619.8
Hex8375D5B29040cf5414
Octal106713513351010031712424
Binary1000110111101110110110111010010100000011001111101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08375D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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