Html Css Color HEX #073586 Smalt

📋 copy color: '#073586'

red 7 ◦ green 53 ◦ blue 134

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

Shades of Smalt #073586

Tints of Smalt #073586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 69.07%

R = 3.61%
G = 27.32%
B = 69.07%

CMYK

 C value IS 0.95

 M value IS 0.60

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#073586 (or 0x073586) is known color: Smalt. HEX triplet: 07, 35 and 86. RGB value is (7,53,134). Sum of RGB (Red+Green+Blue) = 7+53+134=194 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.61% from 194); Green value is 53 (21.09% from 255 or 27.32% from 194); Blue value is 134 (52.73% from 255 or 69.07% from 194); Max value from RGB is 134 - color contains mainly: blue. Hex color #073586 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073586 is #F8CA79. Grayscale: #303030. Windows color (decimal): -16304762 or 8795399. OLE color: 8795399.

HSL color Cylindrical-coordinate representation of color #073586: hue angle of 218.27º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #073586 is Cyan = 0.95, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 7 53 134 -
CMYK 0.95 0.60 0 0.47
HSL 218.27º 0.9% 0.28% -
HSV(B) 218.27º 0.95% 0.53% -
XYZ 5.66 4.31 23.09 -
YUV 48.48 176.26 98.41 -
System Red Green Blue C M Y K H S L
Decimal 7 53 134 0.95 0.60 0 0.47 218.27 0.9 0.28
Hex 7 35 86 5F 3C 0 2F DA 5A 1C
Octal 7 65 206 137 74 0 57 332 132 34
Binary 111 110101 10000110 1011111 111100 0 101111 11011010 1011010 11100

Color Harmonies of #073586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073586

Black with #073586

Text Example


Text Example

White with #073586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073586; }

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

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

background-color css

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

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

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

border-color css

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

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

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