Html Css Color HEX #073760 Prussian Blue

📋 copy color: '#073760'

red 7 ◦ green 55 ◦ blue 96

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

Shades of Prussian Blue #073760

Tints of Prussian Blue #073760

RGB

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

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

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

R = 4.43%
G = 34.81%
B = 60.76%

CMYK

 C value IS 0.93

 M value IS 0.43

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#073760 (or 0x073760) is known color: Prussian Blue. HEX triplet: 07, 37 and 60. RGB value is (7,55,96). Sum of RGB (Red+Green+Blue) = 7+55+96=158 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.43% from 158); Green value is 55 (21.88% from 255 or 34.81% from 158); Blue value is 96 (37.89% from 255 or 60.76% from 158); Max value from RGB is 96 - color contains mainly: blue. Hex color #073760 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073760 is #F8C89F. Grayscale: #2D2D2D. Windows color (decimal): -16304288 or 6305543. OLE color: 6305543.

HSL color Cylindrical-coordinate representation of color #073760: hue angle of 207.64º 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 #073760 is Cyan = 0.93, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 7 55 96 -
CMYK 0.93 0.43 0 0.62
HSL 207.64º 0.86% 0.2% -
HSV(B) 207.64º 0.93% 0.38% -
XYZ 3.57 3.62 11.58 -
YUV 45.32 156.6 100.67 -
System Red Green Blue C M Y K H S L
Decimal 7 55 96 0.93 0.43 0 0.62 207.64 0.86 0.2
Hex 7 37 60 5D 2B 0 3E D0 56 14
Octal 7 67 140 135 53 0 76 320 126 24
Binary 111 110111 1100000 1011101 101011 0 111110 11010000 1010110 10100

Color Harmonies of #073760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073760

Black with #073760

Text Example


Text Example

White with #073760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073760; }

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

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

background-color css

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

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

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

border-color css

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

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

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