Html Css Color HEX #073754 Prussian Blue

📋 copy color: '#073754'

red 7 ◦ green 55 ◦ blue 84

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

Shades of Prussian Blue #073754

Tints of Prussian Blue #073754

RGB

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

 GREEN value IS 55 (21.88% from 255) = 37.67%

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

R = 4.79%
G = 37.67%
B = 57.53%

CMYK

 C value IS 0.92

 M value IS 0.35

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#073754 (or 0x073754) is known color: Prussian Blue. HEX triplet: 07, 37 and 54. RGB value is (7,55,84). Sum of RGB (Red+Green+Blue) = 7+55+84=146 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.79% from 146); Green value is 55 (21.88% from 255 or 37.67% from 146); Blue value is 84 (33.20% from 255 or 57.53% from 146); Max value from RGB is 84 - color contains mainly: blue. Hex color #073754 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073754 is #F8C8AB. Grayscale: #2B2B2B. Windows color (decimal): -16304300 or 5519111. OLE color: 5519111.

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

Color convert

RGB 7 55 84 -
CMYK 0.92 0.35 0 0.67
HSL 202.6º 0.85% 0.18% -
HSV(B) 202.6º 0.92% 0.33% -
XYZ 3.05 3.42 8.89 -
YUV 43.95 150.6 101.64 -
System Red Green Blue C M Y K H S L
Decimal 7 55 84 0.92 0.35 0 0.67 202.6 0.85 0.18
Hex 7 37 54 5C 23 0 43 CB 55 12
Octal 7 67 124 134 43 0 103 313 125 22
Binary 111 110111 1010100 1011100 100011 0 1000011 11001011 1010101 10010

Color Harmonies of #073754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073754

Black with #073754

Text Example


Text Example

White with #073754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073754; }

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

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

background-color css

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

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

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

border-color css

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

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

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