Html Css Color HEX #073454 Prussian Blue

📋 copy color: '#073454'

red 7 ◦ green 52 ◦ blue 84

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

Shades of Prussian Blue #073454

Tints of Prussian Blue #073454

RGB

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

 GREEN value IS 52 (20.7% from 255) = 36.36%

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

R = 4.9%
G = 36.36%
B = 58.74%

CMYK

 C value IS 0.92

 M value IS 0.38

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#073454 (or 0x073454) is known color: Prussian Blue. HEX triplet: 07, 34 and 54. RGB value is (7,52,84). Sum of RGB (Red+Green+Blue) = 7+52+84=143 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.90% from 143); Green value is 52 (20.70% from 255 or 36.36% from 143); Blue value is 84 (33.20% from 255 or 58.74% from 143); Max value from RGB is 84 - color contains mainly: blue. Hex color #073454 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073454 is #F8CBAB. Grayscale: #2A2A2A. Windows color (decimal): -16305068 or 5518343. OLE color: 5518343.

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

Color convert

RGB 7 52 84 -
CMYK 0.92 0.38 0 0.67
HSL 204.94º 0.85% 0.18% -
HSV(B) 204.94º 0.92% 0.33% -
XYZ 2.92 3.14 8.84 -
YUV 42.19 151.59 102.9 -
System Red Green Blue C M Y K H S L
Decimal 7 52 84 0.92 0.38 0 0.67 204.94 0.85 0.18
Hex 7 34 54 5C 26 0 43 CD 55 12
Octal 7 64 124 134 46 0 103 315 125 22
Binary 111 110100 1010100 1011100 100110 0 1000011 11001101 1010101 10010

Color Harmonies of #073454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073454

Black with #073454

Text Example


Text Example

White with #073454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073454; }

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

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

background-color css

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

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

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

border-color css

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

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

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