#08365E

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

Shades of Prussian Blue #08365E

Tints of Prussian Blue #08365E

Color information

#08365E (or 0x08365E) is unknown color: approx Prussian Blue. HEX triplet: 08, 36 and 5E. RGB value is (8,54,94). Sum of RGB (Red+Green+Blue) = 8+54+94=156 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.13% from 156); Green value is 54 (21.48% from 255 or 34.62% from 156); Blue value is 94 (37.11% from 255 or 60.26% from 156); Max value from RGB is 94 - color contains mainly: blue. Hex color #08365E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08365E is #F7C9A1. Grayscale: #2C2C2C. Windows color (decimal): -16239010 or 6174216. OLE color: 6174216.

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

Color convert

RGB85494-
CMYK0.910.4300.63
HSL207.91º84.31%20%-
HSV(B)207.91º91.49%36.86%-
XYZ3.443.511.08-
YUV44.81155.76101.75-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.13%
GREEN value IS 54 (21.48% from 255) = 34.62%
BLUE value IS 94 (37.11% from 255) = 60.26%
R=5.13%
G=34.62%
B=60.26%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal854940.910.4300.63207.9184.3120
Hex8365E5B2B03Fd05414
Octal10661361335307732012424
Binary100011011010111101011011101011011111111010000101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08365E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08365E; }

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

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

<style>
 a { background-color: #08365E; }

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

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

<style>
 span { border-color: #08365E; }

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

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