Html Css Color HEX #073097 Smalt

📋 copy color: '#073097'

red 7 ◦ green 48 ◦ blue 151

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

Shades of Smalt #073097

Tints of Smalt #073097

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.3%

 BLUE value IS 151 (59.38% from 255) = 73.3%

R = 3.4%
G = 23.3%
B = 73.3%

CMYK

 C value IS 0.95

 M value IS 0.68

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#073097 (or 0x073097) is known color: Smalt. HEX triplet: 07, 30 and 97. RGB value is (7,48,151). Sum of RGB (Red+Green+Blue) = 7+48+151=206 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.40% from 206); Green value is 48 (19.14% from 255 or 23.30% from 206); Blue value is 151 (59.38% from 255 or 73.30% from 206); Max value from RGB is 151 - color contains mainly: blue. Hex color #073097 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073097 is #F8CF68. Grayscale: #2F2F2F. Windows color (decimal): -16306025 or 9908231. OLE color: 9908231.

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

Color convert

RGB 7 48 151 -
CMYK 0.95 0.68 0 0.41
HSL 222.92º 0.91% 0.31% -
HSV(B) 222.92º 0.95% 0.59% -
XYZ 6.73 4.39 29.77 -
YUV 47.48 186.42 99.12 -
System Red Green Blue C M Y K H S L
Decimal 7 48 151 0.95 0.68 0 0.41 222.92 0.91 0.31
Hex 7 30 97 5F 44 0 29 DF 5B 1F
Octal 7 60 227 137 104 0 51 337 133 37
Binary 111 110000 10010111 1011111 1000100 0 101001 11011111 1011011 11111

Color Harmonies of #073097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073097

Black with #073097

Text Example


Text Example

White with #073097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073097; }

 p { color: rgb(7,48,151); }

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

background-color css

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

 a { background-color: rgb(7,48,151); }

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

border-color css

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

 span { border-color: rgb(7,48,151); }

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