Html Css Color HEX #074661 Prussian Blue

📋 copy color: '#074661'

red 7 ◦ green 70 ◦ blue 97

#074661
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prussian Blue #074661

Tints of Prussian Blue #074661

RGB

 RED value IS 7 (3.13% from 255) = 4.02%

 GREEN value IS 70 (27.73% from 255) = 40.23%

 BLUE value IS 97 (38.28% from 255) = 55.75%

R = 4.02%
G = 40.23%
B = 55.75%

CMYK

 C value IS 0.93

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#074661 (or 0x074661) is known color: Prussian Blue. HEX triplet: 07, 46 and 61. RGB value is (7,70,97). Sum of RGB (Red+Green+Blue) = 7+70+97=174 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4.02% from 174); Green value is 70 (27.73% from 255 or 40.23% from 174); Blue value is 97 (38.28% from 255 or 55.75% from 174); Max value from RGB is 97 - color contains mainly: blue. Hex color #074661 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074661 is #F8B99E. Grayscale: #363636. Windows color (decimal): -16300447 or 6374919. OLE color: 6374919.

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

Color convert

RGB 7 70 97 -
CMYK 0.93 0.28 0 0.62
HSL 198º 0.87% 0.2% -
HSV(B) 198º 0.93% 0.38% -
XYZ 4.44 5.29 12.1 -
YUV 54.24 152.13 94.3 -
System Red Green Blue C M Y K H S L
Decimal 7 70 97 0.93 0.28 0 0.62 198 0.87 0.2
Hex 7 46 61 5D 1C 0 3E C6 57 14
Octal 7 106 141 135 34 0 76 306 127 24
Binary 111 1000110 1100001 1011101 11100 0 111110 11000110 1010111 10100

Color Harmonies of #074661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074661

Black with #074661

Text Example


Text Example

White with #074661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074661; }

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

 H1.HeaderClassName
 {
   color: #074661;
 }
 .AnyTagClassName
 {
   color: #074661;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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