Html Css Color HEX #073A5E Prussian Blue

📋 copy color: '#073A5E'

red 7 ◦ green 58 ◦ blue 94

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

Shades of Prussian Blue #073A5E

Tints of Prussian Blue #073A5E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 36.48%

 BLUE value IS 94 (37.11% from 255) = 59.12%

R = 4.4%
G = 36.48%
B = 59.12%

CMYK

 C value IS 0.93

 M value IS 0.38

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#073A5E (or 0x073A5E) is known color: Prussian Blue. HEX triplet: 07, 3A and 5E. RGB value is (7,58,94). Sum of RGB (Red+Green+Blue) = 7+58+94=159 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.40% from 159); Green value is 58 (23.05% from 255 or 36.48% from 159); Blue value is 94 (37.11% from 255 or 59.12% from 159); Max value from RGB is 94 - color contains mainly: blue. Hex color #073A5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073A5E is #F8C5A1. Grayscale: #2E2E2E. Windows color (decimal): -16303522 or 6175239. OLE color: 6175239.

HSL color Cylindrical-coordinate representation of color #073A5E: hue angle of 204.83º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #073A5E is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 7 58 94 -
CMYK 0.93 0.38 0 0.63
HSL 204.83º 0.86% 0.2% -
HSV(B) 204.83º 0.93% 0.37% -
XYZ 3.62 3.88 11.15 -
YUV 46.86 154.6 99.57 -
System Red Green Blue C M Y K H S L
Decimal 7 58 94 0.93 0.38 0 0.63 204.83 0.86 0.2
Hex 7 3A 5E 5D 26 0 3F CD 56 14
Octal 7 72 136 135 46 0 77 315 126 24
Binary 111 111010 1011110 1011101 100110 0 111111 11001101 1010110 10100

Color Harmonies of #073A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073A5E

Black with #073A5E

Text Example


Text Example

White with #073A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073A5E; }

 p { color: rgb(7,58,94); }

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

background-color css

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

 a { background-color: rgb(7,58,94); }

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

border-color css

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

 span { border-color: rgb(7,58,94); }

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