Html Css Color HEX #073992 Smalt

📋 copy color: '#073992'

red 7 ◦ green 57 ◦ blue 146

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

Shades of Smalt #073992

Tints of Smalt #073992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 69.52%

R = 3.33%
G = 27.14%
B = 69.52%

CMYK

 C value IS 0.95

 M value IS 0.61

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#073992 (or 0x073992) is known color: Smalt. HEX triplet: 07, 39 and 92. RGB value is (7,57,146). Sum of RGB (Red+Green+Blue) = 7+57+146=210 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.33% from 210); Green value is 57 (22.66% from 255 or 27.14% from 210); Blue value is 146 (57.42% from 255 or 69.52% from 210); Max value from RGB is 146 - color contains mainly: blue. Hex color #073992 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073992 is #F8C66D. Grayscale: #333333. Windows color (decimal): -16303726 or 9582855. OLE color: 9582855.

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

Color convert

RGB 7 57 146 -
CMYK 0.95 0.61 0 0.43
HSL 218.42º 0.91% 0.3% -
HSV(B) 218.42º 0.95% 0.57% -
XYZ 6.74 5.05 27.81 -
YUV 52.2 180.94 95.76 -
System Red Green Blue C M Y K H S L
Decimal 7 57 146 0.95 0.61 0 0.43 218.42 0.91 0.3
Hex 7 39 92 5F 3D 0 2B DA 5B 1E
Octal 7 71 222 137 75 0 53 332 133 36
Binary 111 111001 10010010 1011111 111101 0 101011 11011010 1011011 11110

Color Harmonies of #073992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073992

Black with #073992

Text Example


Text Example

White with #073992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073992; }

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

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

background-color css

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

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

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

border-color css

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

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

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