Html Css Color HEX #073360 Prussian Blue

📋 copy color: '#073360'

red 7 ◦ green 51 ◦ blue 96

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

Shades of Prussian Blue #073360

Tints of Prussian Blue #073360

RGB

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

 GREEN value IS 51 (20.31% from 255) = 33.12%

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

R = 4.55%
G = 33.12%
B = 62.34%

CMYK

 C value IS 0.93

 M value IS 0.47

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#073360 (or 0x073360) is known color: Prussian Blue. HEX triplet: 07, 33 and 60. RGB value is (7,51,96). Sum of RGB (Red+Green+Blue) = 7+51+96=154 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.55% from 154); Green value is 51 (20.31% from 255 or 33.12% from 154); Blue value is 96 (37.89% from 255 or 62.34% from 154); Max value from RGB is 96 - color contains mainly: blue. Hex color #073360 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073360 is #F8CC9F. Grayscale: #2A2A2A. Windows color (decimal): -16305312 or 6304519. OLE color: 6304519.

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

Color convert

RGB 7 51 96 -
CMYK 0.93 0.47 0 0.62
HSL 210.34º 0.86% 0.2% -
HSV(B) 210.34º 0.93% 0.38% -
XYZ 3.38 3.26 11.52 -
YUV 42.97 157.92 102.34 -
System Red Green Blue C M Y K H S L
Decimal 7 51 96 0.93 0.47 0 0.62 210.34 0.86 0.2
Hex 7 33 60 5D 2F 0 3E D2 56 14
Octal 7 63 140 135 57 0 76 322 126 24
Binary 111 110011 1100000 1011101 101111 0 111110 11010010 1010110 10100

Color Harmonies of #073360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073360

Black with #073360

Text Example


Text Example

White with #073360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073360; }

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

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

background-color css

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

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

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

border-color css

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

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

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