#074561

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

Shades of Prussian Blue #074561

Tints of Prussian Blue #074561

Color information

#074561 (or 0x074561) is unknown color: approx Prussian Blue. HEX triplet: 07, 45 and 61. RGB value is (7,69,97). Sum of RGB (Red+Green+Blue) = 7+69+97=173 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.05% from 173); Green value is 69 (27.34% from 255 or 39.88% from 173); Blue value is 97 (38.28% from 255 or 56.07% from 173); Max value from RGB is 97 - color contains mainly: blue. Hex color #074561 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074561 is #F8BA9E. Grayscale: #353535. Windows color (decimal): -16300703 or 6374663. OLE color: 6374663.

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

Color convert

RGB76997-
CMYK0.930.2900.62
HSL198.67º86.54%20.39%-
HSV(B)198.67º92.78%38.04%-
XYZ4.375.1612.08-
YUV53.65152.4694.72-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.05%
GREEN value IS 69 (27.34% from 255) = 39.88%
BLUE value IS 97 (38.28% from 255) = 56.07%
R=4.05%
G=39.88%
B=56.07%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal769970.930.2900.62198.6786.5420.39
Hex745615D1D03Ec75714
Octal71051411353507630712724
Binary11110001011100001101110111101011111011000111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074561; }

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

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

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

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

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

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

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

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