Html Css Color HEX #073C59 Prussian Blue

📋 copy color: '#073C59'

red 7 ◦ green 60 ◦ blue 89

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

Shades of Prussian Blue #073C59

Tints of Prussian Blue #073C59

RGB

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

 GREEN value IS 60 (23.83% from 255) = 38.46%

 BLUE value IS 89 (35.16% from 255) = 57.05%

R = 4.49%
G = 38.46%
B = 57.05%

CMYK

 C value IS 0.92

 M value IS 0.33

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#073C59 (or 0x073C59) is known color: Prussian Blue. HEX triplet: 07, 3C and 59. RGB value is (7,60,89). Sum of RGB (Red+Green+Blue) = 7+60+89=156 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.49% from 156); Green value is 60 (23.83% from 255 or 38.46% from 156); Blue value is 89 (35.16% from 255 or 57.05% from 156); Max value from RGB is 89 - color contains mainly: blue. Hex color #073C59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073C59 is #F8C3A6. Grayscale: #2F2F2F. Windows color (decimal): -16303015 or 5848071. OLE color: 5848071.

HSL color Cylindrical-coordinate representation of color #073C59: hue angle of 201.22º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #073C59 is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 7 60 89 -
CMYK 0.92 0.33 0 0.65
HSL 201.22º 0.85% 0.19% -
HSV(B) 201.22º 0.92% 0.35% -
XYZ 3.51 4 10.04 -
YUV 47.46 151.44 99.14 -
System Red Green Blue C M Y K H S L
Decimal 7 60 89 0.92 0.33 0 0.65 201.22 0.85 0.19
Hex 7 3C 59 5C 21 0 41 C9 55 13
Octal 7 74 131 134 41 0 101 311 125 23
Binary 111 111100 1011001 1011100 100001 0 1000001 11001001 1010101 10011

Color Harmonies of #073C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073C59

Black with #073C59

Text Example


Text Example

White with #073C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,60,89); }

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

background-color css

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

 a { background-color: rgb(7,60,89); }

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

border-color css

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

 span { border-color: rgb(7,60,89); }

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