Html Css Color HEX #074160 Prussian Blue

📋 copy color: '#074160'

red 7 ◦ green 65 ◦ blue 96

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

Shades of Prussian Blue #074160

Tints of Prussian Blue #074160

RGB

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

 GREEN value IS 65 (25.78% from 255) = 38.69%

 BLUE value IS 96 (37.89% from 255) = 57.14%

R = 4.17%
G = 38.69%
B = 57.14%

CMYK

 C value IS 0.93

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#074160 (or 0x074160) is known color: Prussian Blue. HEX triplet: 07, 41 and 60. RGB value is (7,65,96). Sum of RGB (Red+Green+Blue) = 7+65+96=168 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.17% from 168); Green value is 65 (25.78% from 255 or 38.69% from 168); Blue value is 96 (37.89% from 255 or 57.14% from 168); Max value from RGB is 96 - color contains mainly: blue. Hex color #074160 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074160 is #F8BE9F. Grayscale: #333333. Windows color (decimal): -16301728 or 6308103. OLE color: 6308103.

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

Color convert

RGB 7 65 96 -
CMYK 0.93 0.32 0 0.62
HSL 200.9º 0.86% 0.2% -
HSV(B) 200.9º 0.93% 0.38% -
XYZ 4.09 4.67 11.75 -
YUV 51.19 153.28 96.48 -
System Red Green Blue C M Y K H S L
Decimal 7 65 96 0.93 0.32 0 0.62 200.9 0.86 0.2
Hex 7 41 60 5D 20 0 3E C9 56 14
Octal 7 101 140 135 40 0 76 311 126 24
Binary 111 1000001 1100000 1011101 100000 0 111110 11001001 1010110 10100

Color Harmonies of #074160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074160

Black with #074160

Text Example


Text Example

White with #074160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074160; }

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

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

background-color css

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

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

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

border-color css

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

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

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