#074562

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

Shades of Prussian Blue #074562

Tints of Prussian Blue #074562

Color information

#074562 (or 0x074562) is unknown color: approx Prussian Blue. HEX triplet: 07, 45 and 62. RGB value is (7,69,98). Sum of RGB (Red+Green+Blue) = 7+69+98=174 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4.02% from 174); Green value is 69 (27.34% from 255 or 39.66% from 174); Blue value is 98 (38.67% from 255 or 56.32% from 174); Max value from RGB is 98 - color contains mainly: blue. Hex color #074562 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074562 is #F8BA9D. Grayscale: #353535. Windows color (decimal): -16300702 or 6440199. OLE color: 6440199.

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

Color convert

RGB76998-
CMYK0.930.3000.62
HSL199.12º86.67%20.59%-
HSV(B)199.12º92.86%38.43%-
XYZ4.425.1812.32-
YUV53.77152.9694.64-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.02%
GREEN value IS 69 (27.34% from 255) = 39.66%
BLUE value IS 98 (38.67% from 255) = 56.32%
R=4.02%
G=39.66%
B=56.32%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal769980.930.3000.62199.1286.6720.59
Hex745625D1E03Ec75715
Octal71051421353607630712725
Binary11110001011100010101110111110011111011000111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074562; }

 p { color: rgb(7,69,98); }

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

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

 a { background-color: rgb(7,69,98); }

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

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

 span { border-color: rgb(7,69,98); }

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