Html Css Color HEX #074261 Prussian Blue

📋 copy color: '#074261'

red 7 ◦ green 66 ◦ blue 97

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

Shades of Prussian Blue #074261

Tints of Prussian Blue #074261

RGB

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

 GREEN value IS 66 (26.17% from 255) = 38.82%

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

R = 4.12%
G = 38.82%
B = 57.06%

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

#074261 (or 0x074261) is known color: Prussian Blue. HEX triplet: 07, 42 and 61. RGB value is (7,66,97). Sum of RGB (Red+Green+Blue) = 7+66+97=170 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.12% from 170); Green value is 66 (26.17% from 255 or 38.82% from 170); Blue value is 97 (38.28% from 255 or 57.06% from 170); Max value from RGB is 97 - color contains mainly: blue. Hex color #074261 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074261 is #F8BD9E. Grayscale: #333333. Windows color (decimal): -16301471 or 6373895. OLE color: 6373895.

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

Color convert

RGB 7 66 97 -
CMYK 0.93 0.32 0 0.62
HSL 200.67º 0.87% 0.2% -
HSV(B) 200.67º 0.93% 0.38% -
XYZ 4.19 4.8 12.02 -
YUV 51.89 153.45 95.98 -
System Red Green Blue C M Y K H S L
Decimal 7 66 97 0.93 0.32 0 0.62 200.67 0.87 0.2
Hex 7 42 61 5D 20 0 3E C9 57 14
Octal 7 102 141 135 40 0 76 311 127 24
Binary 111 1000010 1100001 1011101 100000 0 111110 11001001 1010111 10100

Color Harmonies of #074261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074261

Black with #074261

Text Example


Text Example

White with #074261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074261; }

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

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

background-color css

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

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

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

border-color css

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

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

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