Html Css Color HEX #073185 Smalt

📋 copy color: '#073185'

red 7 ◦ green 49 ◦ blue 133

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

Shades of Smalt #073185

Tints of Smalt #073185

RGB

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

 GREEN value IS 49 (19.53% from 255) = 25.93%

 BLUE value IS 133 (52.34% from 255) = 70.37%

R = 3.7%
G = 25.93%
B = 70.37%

CMYK

 C value IS 0.95

 M value IS 0.63

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#073185 (or 0x073185) is known color: Smalt. HEX triplet: 07, 31 and 85. RGB value is (7,49,133). Sum of RGB (Red+Green+Blue) = 7+49+133=189 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.70% from 189); Green value is 49 (19.53% from 255 or 25.93% from 189); Blue value is 133 (52.34% from 255 or 70.37% from 189); Max value from RGB is 133 - color contains mainly: blue. Hex color #073185 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073185 is #F8CE7A. Grayscale: #2D2D2D. Windows color (decimal): -16305787 or 8728839. OLE color: 8728839.

HSL color Cylindrical-coordinate representation of color #073185: hue angle of 220º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #073185 is Cyan = 0.95, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 7 49 133 -
CMYK 0.95 0.63 0 0.48
HSL 220º 0.9% 0.27% -
HSV(B) 220º 0.95% 0.52% -
XYZ 5.42 3.94 22.66 -
YUV 46.02 177.09 100.17 -
System Red Green Blue C M Y K H S L
Decimal 7 49 133 0.95 0.63 0 0.48 220 0.9 0.27
Hex 7 31 85 5F 3F 0 30 DC 5A 1B
Octal 7 61 205 137 77 0 60 334 132 33
Binary 111 110001 10000101 1011111 111111 0 110000 11011100 1011010 11011

Color Harmonies of #073185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073185

Black with #073185

Text Example


Text Example

White with #073185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073185; }

 p { color: rgb(7,49,133); }

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

background-color css

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

 a { background-color: rgb(7,49,133); }

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

border-color css

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

 span { border-color: rgb(7,49,133); }

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