#08305D

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

Shades of Prussian Blue #08305D

Tints of Prussian Blue #08305D

Color information

#08305D (or 0x08305D) is unknown color: approx Prussian Blue. HEX triplet: 08, 30 and 5D. RGB value is (8,48,93). Sum of RGB (Red+Green+Blue) = 8+48+93=149 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.37% from 149); Green value is 48 (19.14% from 255 or 32.21% from 149); Blue value is 93 (36.72% from 255 or 62.42% from 149); Max value from RGB is 93 - color contains mainly: blue. Hex color #08305D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08305D is #F7CFA2. Grayscale: #282828. Windows color (decimal): -16240547 or 6107144. OLE color: 6107144.

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

Color convert

RGB84893-
CMYK0.910.4800.64
HSL211.76º84.16%19.8%-
HSV(B)211.76º91.4%36.47%-
XYZ3.132.9610.76-
YUV41.17157.25104.34-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.37%
GREEN value IS 48 (19.14% from 255) = 32.21%
BLUE value IS 93 (36.72% from 255) = 62.42%
R=5.37%
G=32.21%
B=62.42%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal848930.910.4800.64211.7684.1619.8
Hex8305D5B30040d45414
Octal106013513360010032412424
Binary1000110000101110110110111100000100000011010100101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08305D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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