Html Css Color HEX #073366 Prussian Blue

📋 copy color: '#073366'

red 7 ◦ green 51 ◦ blue 102

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

Shades of Prussian Blue #073366

Tints of Prussian Blue #073366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 63.75%

R = 4.38%
G = 31.88%
B = 63.75%

CMYK

 C value IS 0.93

 M value IS 0.5

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#073366 (or 0x073366) is known color: Prussian Blue. HEX triplet: 07, 33 and 66. RGB value is (7,51,102). Sum of RGB (Red+Green+Blue) = 7+51+102=160 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.38% from 160); Green value is 51 (20.31% from 255 or 31.88% from 160); Blue value is 102 (40.23% from 255 or 63.75% from 160); Max value from RGB is 102 - color contains mainly: blue. Hex color #073366 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073366 is #F8CC99. Grayscale: #2B2B2B. Windows color (decimal): -16305306 or 6697735. OLE color: 6697735.

HSL color Cylindrical-coordinate representation of color #073366: hue angle of 212.21º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #073366 is Cyan = 0.93, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 7 51 102 -
CMYK 0.93 0.5 0 0.6
HSL 212.21º 0.87% 0.21% -
HSV(B) 212.21º 0.93% 0.4% -
XYZ 3.67 3.37 13.03 -
YUV 43.66 160.92 101.85 -
System Red Green Blue C M Y K H S L
Decimal 7 51 102 0.93 0.5 0 0.6 212.21 0.87 0.21
Hex 7 33 66 5D 32 0 3C D4 57 15
Octal 7 63 146 135 62 0 74 324 127 25
Binary 111 110011 1100110 1011101 110010 0 111100 11010100 1010111 10101

Color Harmonies of #073366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073366

Black with #073366

Text Example


Text Example

White with #073366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073366; }

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

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

background-color css

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

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

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

border-color css

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

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

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