Html Css Color HEX #073451 Prussian Blue

📋 copy color: '#073451'

red 7 ◦ green 52 ◦ blue 81

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

Shades of Prussian Blue #073451

Tints of Prussian Blue #073451

RGB

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

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

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

R = 5%
G = 37.14%
B = 57.86%

CMYK

 C value IS 0.91

 M value IS 0.36

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#073451 (or 0x073451) is known color: Prussian Blue. HEX triplet: 07, 34 and 51. RGB value is (7,52,81). Sum of RGB (Red+Green+Blue) = 7+52+81=140 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5% from 140); Green value is 52 (20.70% from 255 or 37.14% from 140); Blue value is 81 (32.03% from 255 or 57.86% from 140); Max value from RGB is 81 - color contains mainly: blue. Hex color #073451 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073451 is #F8CBAE. Grayscale: #292929. Windows color (decimal): -16305071 or 5321735. OLE color: 5321735.

HSL color Cylindrical-coordinate representation of color #073451: hue angle of 203.51º 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 #073451 is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 7 52 81 -
CMYK 0.91 0.36 0 0.68
HSL 203.51º 0.84% 0.17% -
HSV(B) 203.51º 0.91% 0.32% -
XYZ 2.8 3.1 8.23 -
YUV 41.85 150.09 103.14 -
System Red Green Blue C M Y K H S L
Decimal 7 52 81 0.91 0.36 0 0.68 203.51 0.84 0.17
Hex 7 34 51 5B 24 0 44 CC 54 11
Octal 7 64 121 133 44 0 104 314 124 21
Binary 111 110100 1010001 1011011 100100 0 1000100 11001100 1010100 10001

Color Harmonies of #073451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073451

Black with #073451

Text Example


Text Example

White with #073451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073451; }

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

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

background-color css

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

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

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

border-color css

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

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

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