Html Css Color HEX #073793 Smalt

📋 copy color: '#073793'

red 7 ◦ green 55 ◦ blue 147

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

Shades of Smalt #073793

Tints of Smalt #073793

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.32%

 BLUE value IS 147 (57.81% from 255) = 70.33%

R = 3.35%
G = 26.32%
B = 70.33%

CMYK

 C value IS 0.95

 M value IS 0.63

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#073793 (or 0x073793) is known color: Smalt. HEX triplet: 07, 37 and 93. RGB value is (7,55,147). Sum of RGB (Red+Green+Blue) = 7+55+147=209 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.35% from 209); Green value is 55 (21.88% from 255 or 26.32% from 209); Blue value is 147 (57.81% from 255 or 70.33% from 209); Max value from RGB is 147 - color contains mainly: blue. Hex color #073793 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073793 is #F8C86C. Grayscale: #323232. Windows color (decimal): -16304237 or 9647879. OLE color: 9647879.

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

Color convert

RGB 7 55 147 -
CMYK 0.95 0.63 0 0.42
HSL 219.43º 0.91% 0.3% -
HSV(B) 219.43º 0.95% 0.58% -
XYZ 6.72 4.88 28.19 -
YUV 51.14 182.1 96.52 -
System Red Green Blue C M Y K H S L
Decimal 7 55 147 0.95 0.63 0 0.42 219.43 0.91 0.3
Hex 7 37 93 5F 3F 0 2A DB 5B 1E
Octal 7 67 223 137 77 0 52 333 133 36
Binary 111 110111 10010011 1011111 111111 0 101010 11011011 1011011 11110

Color Harmonies of #073793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073793

Black with #073793

Text Example


Text Example

White with #073793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073793; }

 p { color: rgb(7,55,147); }

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

background-color css

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

 a { background-color: rgb(7,55,147); }

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

border-color css

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

 span { border-color: rgb(7,55,147); }

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