Html Css Color HEX #073460 Prussian Blue

📋 copy color: '#073460'

red 7 ◦ green 52 ◦ blue 96

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

Shades of Prussian Blue #073460

Tints of Prussian Blue #073460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 61.94%

R = 4.52%
G = 33.55%
B = 61.94%

CMYK

 C value IS 0.93

 M value IS 0.46

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#073460 (or 0x073460) is known color: Prussian Blue. HEX triplet: 07, 34 and 60. RGB value is (7,52,96). Sum of RGB (Red+Green+Blue) = 7+52+96=155 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.52% from 155); Green value is 52 (20.70% from 255 or 33.55% from 155); Blue value is 96 (37.89% from 255 or 61.94% from 155); Max value from RGB is 96 - color contains mainly: blue. Hex color #073460 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073460 is #F8CB9F. Grayscale: #2B2B2B. Windows color (decimal): -16305056 or 6304775. OLE color: 6304775.

HSL color Cylindrical-coordinate representation of color #073460: hue angle of 209.66º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #073460 is Cyan = 0.93, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 7 52 96 -
CMYK 0.93 0.46 0 0.62
HSL 209.66º 0.86% 0.2% -
HSV(B) 209.66º 0.93% 0.38% -
XYZ 3.43 3.35 11.53 -
YUV 43.56 157.59 101.92 -
System Red Green Blue C M Y K H S L
Decimal 7 52 96 0.93 0.46 0 0.62 209.66 0.86 0.2
Hex 7 34 60 5D 2E 0 3E D2 56 14
Octal 7 64 140 135 56 0 76 322 126 24
Binary 111 110100 1100000 1011101 101110 0 111110 11010010 1010110 10100

Color Harmonies of #073460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073460

Black with #073460

Text Example


Text Example

White with #073460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073460; }

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

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

background-color css

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

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

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

border-color css

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

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

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