Html Css Color HEX #073362 Prussian Blue

📋 copy color: '#073362'

red 7 ◦ green 51 ◦ blue 98

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

Shades of Prussian Blue #073362

Tints of Prussian Blue #073362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 62.82%

R = 4.49%
G = 32.69%
B = 62.82%

CMYK

 C value IS 0.93

 M value IS 0.48

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#073362 (or 0x073362) is known color: Prussian Blue. HEX triplet: 07, 33 and 62. RGB value is (7,51,98). Sum of RGB (Red+Green+Blue) = 7+51+98=156 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.49% from 156); Green value is 51 (20.31% from 255 or 32.69% from 156); Blue value is 98 (38.67% from 255 or 62.82% from 156); Max value from RGB is 98 - color contains mainly: blue. Hex color #073362 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073362 is #F8CC9D. Grayscale: #2A2A2A. Windows color (decimal): -16305310 or 6435591. OLE color: 6435591.

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

Color convert

RGB 7 51 98 -
CMYK 0.93 0.48 0 0.62
HSL 210.99º 0.87% 0.21% -
HSV(B) 210.99º 0.93% 0.38% -
XYZ 3.48 3.29 12.01 -
YUV 43.2 158.92 102.18 -
System Red Green Blue C M Y K H S L
Decimal 7 51 98 0.93 0.48 0 0.62 210.99 0.87 0.21
Hex 7 33 62 5D 30 0 3E D3 57 15
Octal 7 63 142 135 60 0 76 323 127 25
Binary 111 110011 1100010 1011101 110000 0 111110 11010011 1010111 10101

Color Harmonies of #073362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073362

Black with #073362

Text Example


Text Example

White with #073362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073362; }

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

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

background-color css

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

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

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

border-color css

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

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

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