Html Css Color HEX #073860 Prussian Blue

📋 copy color: '#073860'

red 7 ◦ green 56 ◦ blue 96

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

Shades of Prussian Blue #073860

Tints of Prussian Blue #073860

RGB

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

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

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

R = 4.4%
G = 35.22%
B = 60.38%

CMYK

 C value IS 0.93

 M value IS 0.42

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#073860 (or 0x073860) is known color: Prussian Blue. HEX triplet: 07, 38 and 60. RGB value is (7,56,96). Sum of RGB (Red+Green+Blue) = 7+56+96=159 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.40% from 159); Green value is 56 (22.27% from 255 or 35.22% from 159); Blue value is 96 (37.89% from 255 or 60.38% from 159); Max value from RGB is 96 - color contains mainly: blue. Hex color #073860 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073860 is #F8C79F. Grayscale: #2D2D2D. Windows color (decimal): -16304032 or 6305799. OLE color: 6305799.

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

Color convert

RGB 7 56 96 -
CMYK 0.93 0.42 0 0.62
HSL 206.97º 0.86% 0.2% -
HSV(B) 206.97º 0.93% 0.38% -
XYZ 3.61 3.72 11.59 -
YUV 45.91 156.27 100.25 -
System Red Green Blue C M Y K H S L
Decimal 7 56 96 0.93 0.42 0 0.62 206.97 0.86 0.2
Hex 7 38 60 5D 2A 0 3E CF 56 14
Octal 7 70 140 135 52 0 76 317 126 24
Binary 111 111000 1100000 1011101 101010 0 111110 11001111 1010110 10100

Color Harmonies of #073860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073860

Black with #073860

Text Example


Text Example

White with #073860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073860; }

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

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

background-color css

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

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

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

border-color css

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

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

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