#074867

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

Shades of Prussian Blue #074867

Tints of Prussian Blue #074867

Color information

#074867 (or 0x074867) is unknown color: approx Prussian Blue. HEX triplet: 07, 48 and 67. RGB value is (7,72,103). Sum of RGB (Red+Green+Blue) = 7+72+103=182 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.85% from 182); Green value is 72 (28.52% from 255 or 39.56% from 182); Blue value is 103 (40.62% from 255 or 56.59% from 182); Max value from RGB is 103 - color contains mainly: blue. Hex color #074867 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074867 is #F8B798. Grayscale: #373737. Windows color (decimal): -16299929 or 6768647. OLE color: 6768647.

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

Color convert

RGB772103-
CMYK0.930.3000.60
HSL199.38º87.27%21.57%-
HSV(B)199.38º93.2%40.39%-
XYZ4.855.6613.67-
YUV56.1154.4792.98-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.85%
GREEN value IS 72 (28.52% from 255) = 39.56%
BLUE value IS 103 (40.62% from 255) = 56.59%
R=3.85%
G=39.56%
B=56.59%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal7721030.930.3000.60199.3887.2721.57
Hex748675D1E03Cc75716
Octal71101471353607430712726
Binary11110010001100111101110111110011110011000111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074867; }

 p { color: rgb(7,72,103); }

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

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

 a { background-color: rgb(7,72,103); }

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

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

 span { border-color: rgb(7,72,103); }

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