Html Css Color HEX #073990 Smalt

📋 copy color: '#073990'

red 7 ◦ green 57 ◦ blue 144

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

Shades of Smalt #073990

Tints of Smalt #073990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 69.23%

R = 3.37%
G = 27.4%
B = 69.23%

CMYK

 C value IS 0.95

 M value IS 0.60

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#073990 (or 0x073990) is known color: Smalt. HEX triplet: 07, 39 and 90. RGB value is (7,57,144). Sum of RGB (Red+Green+Blue) = 7+57+144=208 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.37% from 208); Green value is 57 (22.66% from 255 or 27.40% from 208); Blue value is 144 (56.64% from 255 or 69.23% from 208); Max value from RGB is 144 - color contains mainly: blue. Hex color #073990 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073990 is #F8C66F. Grayscale: #333333. Windows color (decimal): -16303728 or 9451783. OLE color: 9451783.

HSL color Cylindrical-coordinate representation of color #073990: hue angle of 218.1º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #073990 is Cyan = 0.95, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 7 57 144 -
CMYK 0.95 0.60 0 0.44
HSL 218.1º 0.91% 0.3% -
HSV(B) 218.1º 0.95% 0.56% -
XYZ 6.58 4.99 27 -
YUV 51.97 179.94 95.93 -
System Red Green Blue C M Y K H S L
Decimal 7 57 144 0.95 0.60 0 0.44 218.1 0.91 0.3
Hex 7 39 90 5F 3C 0 2C DA 5B 1E
Octal 7 71 220 137 74 0 54 332 133 36
Binary 111 111001 10010000 1011111 111100 0 101100 11011010 1011011 11110

Color Harmonies of #073990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073990

Black with #073990

Text Example


Text Example

White with #073990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073990; }

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

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

background-color css

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

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

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

border-color css

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

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

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