Html Css Color HEX #073364 Prussian Blue

📋 copy color: '#073364'

red 7 ◦ green 51 ◦ blue 100

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

Shades of Prussian Blue #073364

Tints of Prussian Blue #073364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 63.29%

R = 4.43%
G = 32.28%
B = 63.29%

CMYK

 C value IS 0.93

 M value IS 0.49

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#073364 (or 0x073364) is known color: Prussian Blue. HEX triplet: 07, 33 and 64. RGB value is (7,51,100). Sum of RGB (Red+Green+Blue) = 7+51+100=158 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.43% from 158); Green value is 51 (20.31% from 255 or 32.28% from 158); Blue value is 100 (39.45% from 255 or 63.29% from 158); Max value from RGB is 100 - color contains mainly: blue. Hex color #073364 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073364 is #F8CC9B. Grayscale: #2B2B2B. Windows color (decimal): -16305308 or 6566663. OLE color: 6566663.

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

Color convert

RGB 7 51 100 -
CMYK 0.93 0.49 0 0.61
HSL 211.61º 0.87% 0.21% -
HSV(B) 211.61º 0.93% 0.39% -
XYZ 3.57 3.33 12.51 -
YUV 43.43 159.92 102.02 -
System Red Green Blue C M Y K H S L
Decimal 7 51 100 0.93 0.49 0 0.61 211.61 0.87 0.21
Hex 7 33 64 5D 31 0 3D D4 57 15
Octal 7 63 144 135 61 0 75 324 127 25
Binary 111 110011 1100100 1011101 110001 0 111101 11010100 1010111 10101

Color Harmonies of #073364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073364

Black with #073364

Text Example


Text Example

White with #073364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073364; }

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

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

background-color css

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

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

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

border-color css

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

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

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