#07445E

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

Shades of Prussian Blue #07445E

Tints of Prussian Blue #07445E

Color information

#07445E (or 0x07445E) is unknown color: approx Prussian Blue. HEX triplet: 07, 44 and 5E. RGB value is (7,68,94). Sum of RGB (Red+Green+Blue) = 7+68+94=169 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.14% from 169); Green value is 68 (26.95% from 255 or 40.24% from 169); Blue value is 94 (37.11% from 255 or 55.62% from 169); Max value from RGB is 94 - color contains mainly: blue. Hex color #07445E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07445E is #F8BBA1. Grayscale: #343434. Windows color (decimal): -16300962 or 6177799. OLE color: 6177799.

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

Color convert

RGB76894-
CMYK0.930.2800.63
HSL197.93º86.14%19.8%-
HSV(B)197.93º92.55%36.86%-
XYZ4.184.9911.33-
YUV52.72151.2995.39-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.14%
GREEN value IS 68 (26.95% from 255) = 40.24%
BLUE value IS 94 (37.11% from 255) = 55.62%
R=4.14%
G=40.24%
B=55.62%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal768940.930.2800.63197.9386.1419.8
Hex7445E5D1C03Fc65614
Octal71041361353407730612624
Binary11110001001011110101110111100011111111000110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07445E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,68,94); }

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

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

 a { background-color: rgb(7,68,94); }

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

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

 span { border-color: rgb(7,68,94); }

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