Html Css Color HEX #073598 Smalt

📋 copy color: '#073598'

red 7 ◦ green 53 ◦ blue 152

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

Shades of Smalt #073598

Tints of Smalt #073598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 71.7%

R = 3.3%
G = 25%
B = 71.7%

CMYK

 C value IS 0.95

 M value IS 0.65

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#073598 (or 0x073598) is known color: Smalt. HEX triplet: 07, 35 and 98. RGB value is (7,53,152). Sum of RGB (Red+Green+Blue) = 7+53+152=212 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.30% from 212); Green value is 53 (21.09% from 255 or 25% from 212); Blue value is 152 (59.77% from 255 or 71.70% from 212); Max value from RGB is 152 - color contains mainly: blue. Hex color #073598 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073598 is #F8CA67. Grayscale: #323232. Windows color (decimal): -16304744 or 9975047. OLE color: 9975047.

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

Color convert

RGB 7 53 152 -
CMYK 0.95 0.65 0 0.40
HSL 220.97º 0.91% 0.31% -
HSV(B) 220.97º 0.95% 0.6% -
XYZ 7.03 4.86 30.27 -
YUV 50.53 185.26 96.95 -
System Red Green Blue C M Y K H S L
Decimal 7 53 152 0.95 0.65 0 0.40 220.97 0.91 0.31
Hex 7 35 98 5F 41 0 28 DD 5B 1F
Octal 7 65 230 137 101 0 50 335 133 37
Binary 111 110101 10011000 1011111 1000001 0 101000 11011101 1011011 11111

Color Harmonies of #073598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073598

Black with #073598

Text Example


Text Example

White with #073598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073598; }

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

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

background-color css

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

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

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

border-color css

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

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

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