#074063

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

Shades of Prussian Blue #074063

Tints of Prussian Blue #074063

Color information

#074063 (or 0x074063) is unknown color: approx Prussian Blue. HEX triplet: 07, 40 and 63. RGB value is (7,64,99). Sum of RGB (Red+Green+Blue) = 7+64+99=170 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.12% from 170); Green value is 64 (25.39% from 255 or 37.65% from 170); Blue value is 99 (39.06% from 255 or 58.24% from 170); Max value from RGB is 99 - color contains mainly: blue. Hex color #074063 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074063 is #F8BF9C. Grayscale: #323232. Windows color (decimal): -16301981 or 6504455. OLE color: 6504455.

HSL color Cylindrical-coordinate representation of color #074063: hue angle of 202.83º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #074063 is Cyan = 0.93, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB76499-
CMYK0.930.3500.61
HSL202.83º86.79%20.78%-
HSV(B)202.83º92.93%38.82%-
XYZ4.174.6112.47-
YUV50.95155.1296.65-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.12%
GREEN value IS 64 (25.39% from 255) = 37.65%
BLUE value IS 99 (39.06% from 255) = 58.24%
R=4.12%
G=37.65%
B=58.24%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal764990.930.3500.61202.8386.7920.78
Hex740635D2303Dcb5715
Octal71001431354307531312725
Binary111100000011000111011101100011011110111001011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074063; }

 p { color: rgb(7,64,99); }

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

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

 a { background-color: rgb(7,64,99); }

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

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

 span { border-color: rgb(7,64,99); }

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