Html Css Color HEX #073059 Prussian Blue

📋 copy color: '#073059'

red 7 ◦ green 48 ◦ blue 89

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

Shades of Prussian Blue #073059

Tints of Prussian Blue #073059

RGB

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

 GREEN value IS 48 (19.14% from 255) = 33.33%

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

R = 4.86%
G = 33.33%
B = 61.81%

CMYK

 C value IS 0.92

 M value IS 0.46

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#073059 (or 0x073059) is known color: Prussian Blue. HEX triplet: 07, 30 and 59. RGB value is (7,48,89). Sum of RGB (Red+Green+Blue) = 7+48+89=144 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.86% from 144); Green value is 48 (19.14% from 255 or 33.33% from 144); Blue value is 89 (35.16% from 255 or 61.81% from 144); Max value from RGB is 89 - color contains mainly: blue. Hex color #073059 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073059 is #F8CFA6. Grayscale: #282828. Windows color (decimal): -16306087 or 5844999. OLE color: 5844999.

HSL color Cylindrical-coordinate representation of color #073059: hue angle of 210º 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 #073059 is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 7 48 89 -
CMYK 0.92 0.46 0 0.65
HSL 210º 0.85% 0.19% -
HSV(B) 210º 0.92% 0.35% -
XYZ 2.95 2.88 9.85 -
YUV 40.42 155.42 104.17 -
System Red Green Blue C M Y K H S L
Decimal 7 48 89 0.92 0.46 0 0.65 210 0.85 0.19
Hex 7 30 59 5C 2E 0 41 D2 55 13
Octal 7 60 131 134 56 0 101 322 125 23
Binary 111 110000 1011001 1011100 101110 0 1000001 11010010 1010101 10011

Color Harmonies of #073059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073059

Black with #073059

Text Example


Text Example

White with #073059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073059; }

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

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

background-color css

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

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

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

border-color css

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

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

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