Html Css Color HEX #073356 Prussian Blue

📋 copy color: '#073356'

red 7 ◦ green 51 ◦ blue 86

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

Shades of Prussian Blue #073356

Tints of Prussian Blue #073356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 59.72%

R = 4.86%
G = 35.42%
B = 59.72%

CMYK

 C value IS 0.92

 M value IS 0.41

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#073356 (or 0x073356) is known color: Prussian Blue. HEX triplet: 07, 33 and 56. RGB value is (7,51,86). Sum of RGB (Red+Green+Blue) = 7+51+86=144 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.86% from 144); Green value is 51 (20.31% from 255 or 35.42% from 144); Blue value is 86 (33.98% from 255 or 59.72% from 144); Max value from RGB is 86 - color contains mainly: blue. Hex color #073356 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073356 is #F8CCA9. Grayscale: #292929. Windows color (decimal): -16305322 or 5649159. OLE color: 5649159.

HSL color Cylindrical-coordinate representation of color #073356: hue angle of 206.58º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #073356 is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 7 51 86 -
CMYK 0.92 0.41 0 0.66
HSL 206.58º 0.85% 0.18% -
HSV(B) 206.58º 0.92% 0.34% -
XYZ 2.95 3.08 9.24 -
YUV 41.83 152.92 103.15 -
System Red Green Blue C M Y K H S L
Decimal 7 51 86 0.92 0.41 0 0.66 206.58 0.85 0.18
Hex 7 33 56 5C 29 0 42 CF 55 12
Octal 7 63 126 134 51 0 102 317 125 22
Binary 111 110011 1010110 1011100 101001 0 1000010 11001111 1010101 10010

Color Harmonies of #073356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073356

Black with #073356

Text Example


Text Example

White with #073356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073356; }

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

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

background-color css

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

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

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

border-color css

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

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

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