#08366D

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

Shades of Prussian Blue #08366D

Tints of Prussian Blue #08366D

Color information

#08366D (or 0x08366D) is unknown color: approx Prussian Blue. HEX triplet: 08, 36 and 6D. RGB value is (8,54,109). Sum of RGB (Red+Green+Blue) = 8+54+109=171 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.68% from 171); Green value is 54 (21.48% from 255 or 31.58% from 171); Blue value is 109 (42.97% from 255 or 63.74% from 171); Max value from RGB is 109 - color contains mainly: blue. Hex color #08366D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08366D is #F7C992. Grayscale: #2E2E2E. Windows color (decimal): -16238995 or 7157256. OLE color: 7157256.

HSL color Cylindrical-coordinate representation of color #08366D: hue angle of 212.67º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08366D is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB854109-
CMYK0.930.5000.57
HSL212.67º86.32%22.94%-
HSV(B)212.67º92.66%42.75%-
XYZ4.183.7914.98-
YUV46.52163.26100.53-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.68%
GREEN value IS 54 (21.48% from 255) = 31.58%
BLUE value IS 109 (42.97% from 255) = 63.74%
R=4.68%
G=31.58%
B=63.74%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal8541090.930.5000.57212.6786.3222.94
Hex8366D5D32039d55617
Octal10661551356207132512627
Binary100011011011011011011101110010011100111010101101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08366D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,54,109); }

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

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

 a { background-color: rgb(8,54,109); }

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

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

 span { border-color: rgb(8,54,109); }

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