#074162

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

Shades of Prussian Blue #074162

Tints of Prussian Blue #074162

Color information

#074162 (or 0x074162) is unknown color: approx Prussian Blue. HEX triplet: 07, 41 and 62. RGB value is (7,65,98). Sum of RGB (Red+Green+Blue) = 7+65+98=170 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.12% from 170); Green value is 65 (25.78% from 255 or 38.24% from 170); Blue value is 98 (38.67% from 255 or 57.65% from 170); Max value from RGB is 98 - color contains mainly: blue. Hex color #074162 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074162 is #F8BE9D. Grayscale: #333333. Windows color (decimal): -16301726 or 6439175. OLE color: 6439175.

HSL color Cylindrical-coordinate representation of color #074162: hue angle of 201.76º 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 #074162 is Cyan = 0.93, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB76598-
CMYK0.930.3400.62
HSL201.76º86.67%20.59%-
HSV(B)201.76º92.86%38.43%-
XYZ4.184.7112.24-
YUV51.42154.2896.32-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.12%
GREEN value IS 65 (25.78% from 255) = 38.24%
BLUE value IS 98 (38.67% from 255) = 57.65%
R=4.12%
G=38.24%
B=57.65%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal765980.930.3400.62201.7686.6720.59
Hex741625D2203Eca5715
Octal71011421354207631212725
Binary111100000111000101011101100010011111011001010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074162; }

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

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

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

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

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

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

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

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