Html Css Color HEX #073376 Prussian Blue

📋 copy color: '#073376'

red 7 ◦ green 51 ◦ blue 118

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

Shades of Prussian Blue #073376

Tints of Prussian Blue #073376

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.98%

 BLUE value IS 118 (46.48% from 255) = 67.05%

R = 3.98%
G = 28.98%
B = 67.05%

CMYK

 C value IS 0.94

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#073376 (or 0x073376) is known color: Prussian Blue. HEX triplet: 07, 33 and 76. RGB value is (7,51,118). Sum of RGB (Red+Green+Blue) = 7+51+118=176 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.98% from 176); Green value is 51 (20.31% from 255 or 28.98% from 176); Blue value is 118 (46.48% from 255 or 67.05% from 176); Max value from RGB is 118 - color contains mainly: blue. Hex color #073376 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073376 is #F8CC89. Grayscale: #2D2D2D. Windows color (decimal): -16305290 or 7746311. OLE color: 7746311.

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

Color convert

RGB 7 51 118 -
CMYK 0.94 0.57 0 0.54
HSL 216.22º 0.89% 0.25% -
HSV(B) 216.22º 0.94% 0.46% -
XYZ 4.54 3.72 17.62 -
YUV 45.48 168.92 100.55 -
System Red Green Blue C M Y K H S L
Decimal 7 51 118 0.94 0.57 0 0.54 216.22 0.89 0.25
Hex 7 33 76 5E 39 0 36 D8 59 19
Octal 7 63 166 136 71 0 66 330 131 31
Binary 111 110011 1110110 1011110 111001 0 110110 11011000 1011001 11001

Color Harmonies of #073376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073376

Black with #073376

Text Example


Text Example

White with #073376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073376; }

 p { color: rgb(7,51,118); }

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

background-color css

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

 a { background-color: rgb(7,51,118); }

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

border-color css

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

 span { border-color: rgb(7,51,118); }

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