Html Css Color HEX #073551 Prussian Blue

📋 copy color: '#073551'

red 7 ◦ green 53 ◦ blue 81

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

Shades of Prussian Blue #073551

Tints of Prussian Blue #073551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 57.45%

R = 4.96%
G = 37.59%
B = 57.45%

CMYK

 C value IS 0.91

 M value IS 0.35

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#073551 (or 0x073551) is known color: Prussian Blue. HEX triplet: 07, 35 and 51. RGB value is (7,53,81). Sum of RGB (Red+Green+Blue) = 7+53+81=141 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.96% from 141); Green value is 53 (21.09% from 255 or 37.59% from 141); Blue value is 81 (32.03% from 255 or 57.45% from 141); Max value from RGB is 81 - color contains mainly: blue. Hex color #073551 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073551 is #F8CAAE. Grayscale: #2A2A2A. Windows color (decimal): -16304815 or 5321991. OLE color: 5321991.

HSL color Cylindrical-coordinate representation of color #073551: hue angle of 202.7º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #073551 is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 7 53 81 -
CMYK 0.91 0.35 0 0.68
HSL 202.7º 0.84% 0.17% -
HSV(B) 202.7º 0.91% 0.32% -
XYZ 2.85 3.19 8.25 -
YUV 42.44 149.76 102.72 -
System Red Green Blue C M Y K H S L
Decimal 7 53 81 0.91 0.35 0 0.68 202.7 0.84 0.17
Hex 7 35 51 5B 23 0 44 CB 54 11
Octal 7 65 121 133 43 0 104 313 124 21
Binary 111 110101 1010001 1011011 100011 0 1000100 11001011 1010100 10001

Color Harmonies of #073551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073551

Black with #073551

Text Example


Text Example

White with #073551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073551; }

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

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

background-color css

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

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

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

border-color css

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

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

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