Html Css Color HEX #073854 Prussian Blue

📋 copy color: '#073854'

red 7 ◦ green 56 ◦ blue 84

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

Shades of Prussian Blue #073854

Tints of Prussian Blue #073854

RGB

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

 GREEN value IS 56 (22.27% from 255) = 38.1%

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

R = 4.76%
G = 38.1%
B = 57.14%

CMYK

 C value IS 0.92

 M value IS 0.33

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#073854 (or 0x073854) is known color: Prussian Blue. HEX triplet: 07, 38 and 54. RGB value is (7,56,84). Sum of RGB (Red+Green+Blue) = 7+56+84=147 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.76% from 147); Green value is 56 (22.27% from 255 or 38.10% from 147); Blue value is 84 (33.20% from 255 or 57.14% from 147); Max value from RGB is 84 - color contains mainly: blue. Hex color #073854 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073854 is #F8C7AB. Grayscale: #2C2C2C. Windows color (decimal): -16304044 or 5519367. OLE color: 5519367.

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

Color convert

RGB 7 56 84 -
CMYK 0.92 0.33 0 0.67
HSL 201.82º 0.85% 0.18% -
HSV(B) 201.82º 0.92% 0.33% -
XYZ 3.1 3.51 8.9 -
YUV 44.54 150.27 101.22 -
System Red Green Blue C M Y K H S L
Decimal 7 56 84 0.92 0.33 0 0.67 201.82 0.85 0.18
Hex 7 38 54 5C 21 0 43 CA 55 12
Octal 7 70 124 134 41 0 103 312 125 22
Binary 111 111000 1010100 1011100 100001 0 1000011 11001010 1010101 10010

Color Harmonies of #073854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073854

Black with #073854

Text Example


Text Example

White with #073854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073854; }

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

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

background-color css

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

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

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

border-color css

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

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

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