#074569

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

Shades of Prussian Blue #074569

Tints of Prussian Blue #074569

Color information

#074569 (or 0x074569) is unknown color: approx Prussian Blue. HEX triplet: 07, 45 and 69. RGB value is (7,69,105). Sum of RGB (Red+Green+Blue) = 7+69+105=181 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.87% from 181); Green value is 69 (27.34% from 255 or 38.12% from 181); Blue value is 105 (41.41% from 255 or 58.01% from 181); Max value from RGB is 105 - color contains mainly: blue. Hex color #074569 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074569 is #F8BA96. Grayscale: #363636. Windows color (decimal): -16300695 or 6898951. OLE color: 6898951.

HSL color Cylindrical-coordinate representation of color #074569: hue angle of 202.04º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #074569 is Cyan = 0.93, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB769105-
CMYK0.930.3400.59
HSL202.04º87.5%21.96%-
HSV(B)202.04º93.33%41.18%-
XYZ4.775.3214.14-
YUV54.57156.4694.07-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.87%
GREEN value IS 69 (27.34% from 255) = 38.12%
BLUE value IS 105 (41.41% from 255) = 58.01%
R=3.87%
G=38.12%
B=58.01%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7691050.930.3400.59202.0487.521.96
Hex745695D2203Bca5816
Octal71051511354207331213026
Binary111100010111010011011101100010011101111001010101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074569; }

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

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

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

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

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

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

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

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