#07435E

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

Shades of Prussian Blue #07435E

Tints of Prussian Blue #07435E

Color information

#07435E (or 0x07435E) is unknown color: approx Prussian Blue. HEX triplet: 07, 43 and 5E. RGB value is (7,67,94). Sum of RGB (Red+Green+Blue) = 7+67+94=168 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.17% from 168); Green value is 67 (26.56% from 255 or 39.88% from 168); Blue value is 94 (37.11% from 255 or 55.95% from 168); Max value from RGB is 94 - color contains mainly: blue. Hex color #07435E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07435E is #F8BCA1. Grayscale: #333333. Windows color (decimal): -16301218 or 6177543. OLE color: 6177543.

HSL color Cylindrical-coordinate representation of color #07435E: hue angle of 198.62º 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 #07435E is Cyan = 0.93, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB76794-
CMYK0.930.2900.63
HSL198.62º86.14%19.8%-
HSV(B)198.62º92.55%36.86%-
XYZ4.124.8711.31-
YUV52.14151.6295.8-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.17%
GREEN value IS 67 (26.56% from 255) = 39.88%
BLUE value IS 94 (37.11% from 255) = 55.95%
R=4.17%
G=39.88%
B=55.95%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal767940.930.2900.63198.6286.1419.8
Hex7435E5D1D03Fc75614
Octal71031361353507730712624
Binary11110000111011110101110111101011111111000111101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07435E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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