Html Css Color HEX #073386 Smalt

📋 copy color: '#073386'

red 7 ◦ green 51 ◦ blue 134

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

Shades of Smalt #073386

Tints of Smalt #073386

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.56%

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

R = 3.65%
G = 26.56%
B = 69.79%

CMYK

 C value IS 0.95

 M value IS 0.62

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#073386 (or 0x073386) is known color: Smalt. HEX triplet: 07, 33 and 86. RGB value is (7,51,134). Sum of RGB (Red+Green+Blue) = 7+51+134=192 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.65% from 192); Green value is 51 (20.31% from 255 or 26.56% from 192); Blue value is 134 (52.73% from 255 or 69.79% from 192); Max value from RGB is 134 - color contains mainly: blue. Hex color #073386 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073386 is #F8CC79. Grayscale: #2E2E2E. Windows color (decimal): -16305274 or 8794887. OLE color: 8794887.

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

Color convert

RGB 7 51 134 -
CMYK 0.95 0.62 0 0.47
HSL 219.21º 0.9% 0.28% -
HSV(B) 219.21º 0.95% 0.53% -
XYZ 5.57 4.13 23.06 -
YUV 47.31 176.92 99.25 -
System Red Green Blue C M Y K H S L
Decimal 7 51 134 0.95 0.62 0 0.47 219.21 0.9 0.28
Hex 7 33 86 5F 3E 0 2F DB 5A 1C
Octal 7 63 206 137 76 0 57 333 132 34
Binary 111 110011 10000110 1011111 111110 0 101111 11011011 1011010 11100

Color Harmonies of #073386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073386

Black with #073386

Text Example


Text Example

White with #073386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073386; }

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

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

background-color css

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

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

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

border-color css

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

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

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