Html Css Color HEX #073599 Smalt

📋 copy color: '#073599'

red 7 ◦ green 53 ◦ blue 153

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

Shades of Smalt #073599

Tints of Smalt #073599

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.88%

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

R = 3.29%
G = 24.88%
B = 71.83%

CMYK

 C value IS 0.95

 M value IS 0.65

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#073599 (or 0x073599) is known color: Smalt. HEX triplet: 07, 35 and 99. RGB value is (7,53,153). Sum of RGB (Red+Green+Blue) = 7+53+153=213 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.29% from 213); Green value is 53 (21.09% from 255 or 24.88% from 213); Blue value is 153 (60.16% from 255 or 71.83% from 213); Max value from RGB is 153 - color contains mainly: blue. Hex color #073599 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073599 is #F8CA66. Grayscale: #323232. Windows color (decimal): -16304743 or 10040583. OLE color: 10040583.

HSL color Cylindrical-coordinate representation of color #073599: hue angle of 221.1º 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 #073599 is Cyan = 0.95, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 7 53 153 -
CMYK 0.95 0.65 0 0.4
HSL 221.1º 0.91% 0.31% -
HSV(B) 221.1º 0.95% 0.6% -
XYZ 7.11 4.89 30.71 -
YUV 50.65 185.76 96.87 -
System Red Green Blue C M Y K H S L
Decimal 7 53 153 0.95 0.65 0 0.4 221.1 0.91 0.31
Hex 7 35 99 5F 41 0 28 DD 5B 1F
Octal 7 65 231 137 101 0 50 335 133 37
Binary 111 110101 10011001 1011111 1000001 0 101000 11011101 1011011 11111

Color Harmonies of #073599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073599

Black with #073599

Text Example


Text Example

White with #073599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073599; }

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

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

background-color css

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

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

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

border-color css

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

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

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