#07386D

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

Shades of Prussian Blue #07386D

Tints of Prussian Blue #07386D

Color information

#07386D (or 0x07386D) is unknown color: approx Prussian Blue. HEX triplet: 07, 38 and 6D. RGB value is (7,56,109). Sum of RGB (Red+Green+Blue) = 7+56+109=172 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.07% from 172); Green value is 56 (22.27% from 255 or 32.56% from 172); Blue value is 109 (42.97% from 255 or 63.37% from 172); Max value from RGB is 109 - color contains mainly: blue. Hex color #07386D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07386D is #F8C792. Grayscale: #2F2F2F. Windows color (decimal): -16304019 or 7157767. OLE color: 7157767.

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

Color convert

RGB756109-
CMYK0.940.4900.57
HSL211.18º87.93%22.75%-
HSV(B)211.18º93.58%42.75%-
XYZ4.263.9815.01-
YUV47.39162.7799.19-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.07%
GREEN value IS 56 (22.27% from 255) = 32.56%
BLUE value IS 109 (42.97% from 255) = 63.37%
R=4.07%
G=32.56%
B=63.37%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal7561090.940.4900.57211.1887.9322.75
Hex7386D5E31039d35817
Octal7701551366107132313027
Binary11111100011011011011110110001011100111010011101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07386D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,56,109); }

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

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

 a { background-color: rgb(7,56,109); }

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

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

 span { border-color: rgb(7,56,109); }

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