#07435F

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

Shades of Prussian Blue #07435F

Tints of Prussian Blue #07435F

Color information

#07435F (or 0x07435F) is unknown color: approx Prussian Blue. HEX triplet: 07, 43 and 5F. RGB value is (7,67,95). Sum of RGB (Red+Green+Blue) = 7+67+95=169 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.14% from 169); Green value is 67 (26.56% from 255 or 39.64% from 169); Blue value is 95 (37.5% from 255 or 56.21% from 169); Max value from RGB is 95 - color contains mainly: blue. Hex color #07435F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07435F is #F8BCA0. Grayscale: #343434. Windows color (decimal): -16301217 or 6243079. OLE color: 6243079.

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

Color convert

RGB76795-
CMYK0.930.2900.63
HSL199.09º86.27%20%-
HSV(B)199.09º92.63%37.25%-
XYZ4.164.8911.55-
YUV52.25152.1295.72-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.14%
GREEN value IS 67 (26.56% from 255) = 39.64%
BLUE value IS 95 (37.5% from 255) = 56.21%
R=4.14%
G=39.64%
B=56.21%

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
Decimal767950.930.2900.63199.0986.2720
Hex7435F5D1D03Fc75614
Octal71031371353507730712624
Binary11110000111011111101110111101011111111000111101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07435F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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