#08366F

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

Shades of Prussian Blue #08366F

Tints of Prussian Blue #08366F

Color information

#08366F (or 0x08366F) is unknown color: approx Prussian Blue. HEX triplet: 08, 36 and 6F. RGB value is (8,54,111). Sum of RGB (Red+Green+Blue) = 8+54+111=173 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.62% from 173); Green value is 54 (21.48% from 255 or 31.21% from 173); Blue value is 111 (43.75% from 255 or 64.16% from 173); Max value from RGB is 111 - color contains mainly: blue. Hex color #08366F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08366F is #F7C990. Grayscale: #2E2E2E. Windows color (decimal): -16238993 or 7288328. OLE color: 7288328.

HSL color Cylindrical-coordinate representation of color #08366F: hue angle of 213.2º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08366F is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB854111-
CMYK0.930.5100.56
HSL213.2º86.55%23.33%-
HSV(B)213.2º92.79%43.53%-
XYZ4.293.8415.55-
YUV46.74164.26100.37-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.62%
GREEN value IS 54 (21.48% from 255) = 31.21%
BLUE value IS 111 (43.75% from 255) = 64.16%
R=4.62%
G=31.21%
B=64.16%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8541110.930.5100.56213.286.5523.33
Hex8366F5D33038d55717
Octal10661571356307032512727
Binary100011011011011111011101110011011100011010101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08366F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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