Html Css Color HEX #073999 Smalt

📋 copy color: '#073999'

red 7 ◦ green 57 ◦ blue 153

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

Shades of Smalt #073999

Tints of Smalt #073999

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.27%

 BLUE value IS 153 (60.16% from 255) = 70.51%

R = 3.23%
G = 26.27%
B = 70.51%

CMYK

 C value IS 0.95

 M value IS 0.63

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#073999 (or 0x073999) is known color: Smalt. HEX triplet: 07, 39 and 99. RGB value is (7,57,153). Sum of RGB (Red+Green+Blue) = 7+57+153=217 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.23% from 217); Green value is 57 (22.66% from 255 or 26.27% from 217); Blue value is 153 (60.16% from 255 or 70.51% from 217); Max value from RGB is 153 - color contains mainly: blue. Hex color #073999 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073999 is #F8C666. Grayscale: #343434. Windows color (decimal): -16303719 or 10041607. OLE color: 10041607.

HSL color Cylindrical-coordinate representation of color #073999: hue angle of 219.45º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #073999 is Cyan = 0.95, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 7 57 153 -
CMYK 0.95 0.63 0 0.4
HSL 219.45º 0.91% 0.31% -
HSV(B) 219.45º 0.95% 0.6% -
XYZ 7.3 5.27 30.77 -
YUV 52.99 184.44 95.19 -
System Red Green Blue C M Y K H S L
Decimal 7 57 153 0.95 0.63 0 0.4 219.45 0.91 0.31
Hex 7 39 99 5F 3F 0 28 DB 5B 1F
Octal 7 71 231 137 77 0 50 333 133 37
Binary 111 111001 10011001 1011111 111111 0 101000 11011011 1011011 11111

Color Harmonies of #073999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073999

Black with #073999

Text Example


Text Example

White with #073999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073999; }

 p { color: rgb(7,57,153); }

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

background-color css

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

 a { background-color: rgb(7,57,153); }

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

border-color css

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

 span { border-color: rgb(7,57,153); }

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