#07385D

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

Shades of Prussian Blue #07385D

Tints of Prussian Blue #07385D

Color information

#07385D (or 0x07385D) is unknown color: approx Prussian Blue. HEX triplet: 07, 38 and 5D. RGB value is (7,56,93). Sum of RGB (Red+Green+Blue) = 7+56+93=156 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.49% from 156); Green value is 56 (22.27% from 255 or 35.90% from 156); Blue value is 93 (36.72% from 255 or 59.62% from 156); Max value from RGB is 93 - color contains mainly: blue. Hex color #07385D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07385D is #F8C7A2. Grayscale: #2D2D2D. Windows color (decimal): -16304035 or 6109191. OLE color: 6109191.

HSL color Cylindrical-coordinate representation of color #07385D: hue angle of 205.81º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07385D is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB75693-
CMYK0.920.4000.64
HSL205.81º86%19.61%-
HSV(B)205.81º92.47%36.47%-
XYZ3.483.6610.88-
YUV45.57154.77100.49-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.49%
GREEN value IS 56 (22.27% from 255) = 35.90%
BLUE value IS 93 (36.72% from 255) = 59.62%
R=4.49%
G=35.90%
B=59.62%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal756930.920.4000.64205.818619.61
Hex7385D5C28040ce5614
Octal77013513450010031612624
Binary111111000101110110111001010000100000011001110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07385D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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