Html Css Color HEX #073279 Prussian Blue

📋 copy color: '#073279'

red 7 ◦ green 50 ◦ blue 121

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

Shades of Prussian Blue #073279

Tints of Prussian Blue #073279

RGB

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

 GREEN value IS 50 (19.92% from 255) = 28.09%

 BLUE value IS 121 (47.66% from 255) = 67.98%

R = 3.93%
G = 28.09%
B = 67.98%

CMYK

 C value IS 0.94

 M value IS 0.59

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#073279 (or 0x073279) is known color: Prussian Blue. HEX triplet: 07, 32 and 79. RGB value is (7,50,121). Sum of RGB (Red+Green+Blue) = 7+50+121=178 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.93% from 178); Green value is 50 (19.92% from 255 or 28.09% from 178); Blue value is 121 (47.66% from 255 or 67.98% from 178); Max value from RGB is 121 - color contains mainly: blue. Hex color #073279 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073279 is #F8CD86. Grayscale: #2C2C2C. Windows color (decimal): -16305543 or 7942663. OLE color: 7942663.

HSL color Cylindrical-coordinate representation of color #073279: hue angle of 217.37º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #073279 is Cyan = 0.94, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 7 50 121 -
CMYK 0.94 0.59 0 0.53
HSL 217.37º 0.89% 0.25% -
HSV(B) 217.37º 0.94% 0.47% -
XYZ 4.68 3.71 18.56 -
YUV 45.24 170.75 100.73 -
System Red Green Blue C M Y K H S L
Decimal 7 50 121 0.94 0.59 0 0.53 217.37 0.89 0.25
Hex 7 32 79 5E 3B 0 35 D9 59 19
Octal 7 62 171 136 73 0 65 331 131 31
Binary 111 110010 1111001 1011110 111011 0 110101 11011001 1011001 11001

Color Harmonies of #073279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073279

Black with #073279

Text Example


Text Example

White with #073279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073279; }

 p { color: rgb(7,50,121); }

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

background-color css

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

 a { background-color: rgb(7,50,121); }

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

border-color css

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

 span { border-color: rgb(7,50,121); }

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