Html Css Color HEX #073662 Prussian Blue

📋 copy color: '#073662'

red 7 ◦ green 54 ◦ blue 98

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

Shades of Prussian Blue #073662

Tints of Prussian Blue #073662

RGB

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

 GREEN value IS 54 (21.48% from 255) = 33.96%

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

R = 4.4%
G = 33.96%
B = 61.64%

CMYK

 C value IS 0.93

 M value IS 0.45

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#073662 (or 0x073662) is known color: Prussian Blue. HEX triplet: 07, 36 and 62. RGB value is (7,54,98). Sum of RGB (Red+Green+Blue) = 7+54+98=159 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.40% from 159); Green value is 54 (21.48% from 255 or 33.96% from 159); Blue value is 98 (38.67% from 255 or 61.64% from 159); Max value from RGB is 98 - color contains mainly: blue. Hex color #073662 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073662 is #F8C99D. Grayscale: #2C2C2C. Windows color (decimal): -16304542 or 6436359. OLE color: 6436359.

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

Color convert

RGB 7 54 98 -
CMYK 0.93 0.45 0 0.62
HSL 209.01º 0.87% 0.21% -
HSV(B) 209.01º 0.93% 0.38% -
XYZ 3.61 3.57 12.05 -
YUV 44.96 157.93 100.92 -
System Red Green Blue C M Y K H S L
Decimal 7 54 98 0.93 0.45 0 0.62 209.01 0.87 0.21
Hex 7 36 62 5D 2D 0 3E D1 57 15
Octal 7 66 142 135 55 0 76 321 127 25
Binary 111 110110 1100010 1011101 101101 0 111110 11010001 1010111 10101

Color Harmonies of #073662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073662

Black with #073662

Text Example


Text Example

White with #073662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073662; }

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

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

background-color css

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

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

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

border-color css

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

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

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