#08395C

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

Shades of Prussian Blue #08395C

Tints of Prussian Blue #08395C

Color information

#08395C (or 0x08395C) is unknown color: approx Prussian Blue. HEX triplet: 08, 39 and 5C. RGB value is (8,57,92). Sum of RGB (Red+Green+Blue) = 8+57+92=157 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.10% from 157); Green value is 57 (22.66% from 255 or 36.31% from 157); Blue value is 92 (36.33% from 255 or 58.60% from 157); Max value from RGB is 92 - color contains mainly: blue. Hex color #08395C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08395C is #F7C6A3. Grayscale: #2E2E2E. Windows color (decimal): -16238244 or 6043912. OLE color: 6043912.

HSL color Cylindrical-coordinate representation of color #08395C: hue angle of 205º 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 #08395C is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB85792-
CMYK0.910.3800.64
HSL205º84%19.61%-
HSV(B)205º91.3%36.08%-
XYZ3.53.7510.66-
YUV46.34153.77100.65-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.10%
GREEN value IS 57 (22.66% from 255) = 36.31%
BLUE value IS 92 (36.33% from 255) = 58.60%
R=5.10%
G=36.31%
B=58.60%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal857920.910.3800.642058419.61
Hex8395C5B26040cd5414
Octal107113413346010031512424
Binary1000111001101110010110111001100100000011001101101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08395C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08395C; }

 p { color: rgb(8,57,92); }

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

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

 a { background-color: rgb(8,57,92); }

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

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

 span { border-color: rgb(8,57,92); }

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