#07365D

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

Shades of Prussian Blue #07365D

Tints of Prussian Blue #07365D

Color information

#07365D (or 0x07365D) is unknown color: approx Prussian Blue. HEX triplet: 07, 36 and 5D. RGB value is (7,54,93). Sum of RGB (Red+Green+Blue) = 7+54+93=154 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.55% from 154); Green value is 54 (21.48% from 255 or 35.06% from 154); Blue value is 93 (36.72% from 255 or 60.39% from 154); Max value from RGB is 93 - color contains mainly: blue. Hex color #07365D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07365D is #F8C9A2. Grayscale: #2C2C2C. Windows color (decimal): -16304547 or 6108679. OLE color: 6108679.

HSL color Cylindrical-coordinate representation of color #07365D: hue angle of 207.21º 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 #07365D is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB75493-
CMYK0.920.4200.64
HSL207.21º86%19.61%-
HSV(B)207.21º92.47%36.47%-
XYZ3.383.4710.85-
YUV44.39155.43101.33-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.55%
GREEN value IS 54 (21.48% from 255) = 35.06%
BLUE value IS 93 (36.72% from 255) = 60.39%
R=4.55%
G=35.06%
B=60.39%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal754930.920.4200.64207.218619.61
Hex7365D5C2A040cf5614
Octal76613513452010031712624
Binary111110110101110110111001010100100000011001111101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07365D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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