Html Css Color HEX #073554 Prussian Blue

📋 copy color: '#073554'

red 7 ◦ green 53 ◦ blue 84

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

Shades of Prussian Blue #073554

Tints of Prussian Blue #073554

RGB

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

 GREEN value IS 53 (21.09% from 255) = 36.81%

 BLUE value IS 84 (33.2% from 255) = 58.33%

R = 4.86%
G = 36.81%
B = 58.33%

CMYK

 C value IS 0.92

 M value IS 0.37

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#073554 (or 0x073554) is known color: Prussian Blue. HEX triplet: 07, 35 and 54. RGB value is (7,53,84). Sum of RGB (Red+Green+Blue) = 7+53+84=144 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.86% from 144); Green value is 53 (21.09% from 255 or 36.81% from 144); Blue value is 84 (33.20% from 255 or 58.33% from 144); Max value from RGB is 84 - color contains mainly: blue. Hex color #073554 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073554 is #F8CAAB. Grayscale: #2A2A2A. Windows color (decimal): -16304812 or 5518599. OLE color: 5518599.

HSL color Cylindrical-coordinate representation of color #073554: hue angle of 204.16º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #073554 is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 7 53 84 -
CMYK 0.92 0.37 0 0.67
HSL 204.16º 0.85% 0.18% -
HSV(B) 204.16º 0.92% 0.33% -
XYZ 2.96 3.23 8.86 -
YUV 42.78 151.26 102.48 -
System Red Green Blue C M Y K H S L
Decimal 7 53 84 0.92 0.37 0 0.67 204.16 0.85 0.18
Hex 7 35 54 5C 25 0 43 CC 55 12
Octal 7 65 124 134 45 0 103 314 125 22
Binary 111 110101 1010100 1011100 100101 0 1000011 11001100 1010101 10010

Color Harmonies of #073554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073554

Black with #073554

Text Example


Text Example

White with #073554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073554; }

 p { color: rgb(7,53,84); }

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

background-color css

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

 a { background-color: rgb(7,53,84); }

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

border-color css

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

 span { border-color: rgb(7,53,84); }

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