Html Css Color HEX #073354 Prussian Blue

📋 copy color: '#073354'

red 7 ◦ green 51 ◦ blue 84

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

Shades of Prussian Blue #073354

Tints of Prussian Blue #073354

RGB

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

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

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

R = 4.93%
G = 35.92%
B = 59.15%

CMYK

 C value IS 0.92

 M value IS 0.39

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#073354 (or 0x073354) is known color: Prussian Blue. HEX triplet: 07, 33 and 54. RGB value is (7,51,84). Sum of RGB (Red+Green+Blue) = 7+51+84=142 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.93% from 142); Green value is 51 (20.31% from 255 or 35.92% from 142); Blue value is 84 (33.20% from 255 or 59.15% from 142); Max value from RGB is 84 - color contains mainly: blue. Hex color #073354 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073354 is #F8CCAB. Grayscale: #292929. Windows color (decimal): -16305324 or 5518087. OLE color: 5518087.

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

Color convert

RGB 7 51 84 -
CMYK 0.92 0.39 0 0.67
HSL 205.71º 0.85% 0.18% -
HSV(B) 205.71º 0.92% 0.33% -
XYZ 2.87 3.05 8.83 -
YUV 41.61 151.92 103.32 -
System Red Green Blue C M Y K H S L
Decimal 7 51 84 0.92 0.39 0 0.67 205.71 0.85 0.18
Hex 7 33 54 5C 27 0 43 CE 55 12
Octal 7 63 124 134 47 0 103 316 125 22
Binary 111 110011 1010100 1011100 100111 0 1000011 11001110 1010101 10010

Color Harmonies of #073354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073354

Black with #073354

Text Example


Text Example

White with #073354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073354; }

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

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

background-color css

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

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

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

border-color css

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

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

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