Html Css Color HEX #073286 Smalt

📋 copy color: '#073286'

red 7 ◦ green 50 ◦ blue 134

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

Shades of Smalt #073286

Tints of Smalt #073286

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.18%

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

R = 3.66%
G = 26.18%
B = 70.16%

CMYK

 C value IS 0.95

 M value IS 0.63

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#073286 (or 0x073286) is known color: Smalt. HEX triplet: 07, 32 and 86. RGB value is (7,50,134). Sum of RGB (Red+Green+Blue) = 7+50+134=191 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.66% from 191); Green value is 50 (19.92% from 255 or 26.18% from 191); Blue value is 134 (52.73% from 255 or 70.16% from 191); Max value from RGB is 134 - color contains mainly: blue. Hex color #073286 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073286 is #F8CD79. Grayscale: #2E2E2E. Windows color (decimal): -16305530 or 8794631. OLE color: 8794631.

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

Color convert

RGB 7 50 134 -
CMYK 0.95 0.63 0 0.47
HSL 219.69º 0.9% 0.28% -
HSV(B) 219.69º 0.95% 0.53% -
XYZ 5.53 4.05 23.04 -
YUV 46.72 177.25 99.67 -
System Red Green Blue C M Y K H S L
Decimal 7 50 134 0.95 0.63 0 0.47 219.69 0.9 0.28
Hex 7 32 86 5F 3F 0 2F DC 5A 1C
Octal 7 62 206 137 77 0 57 334 132 34
Binary 111 110010 10000110 1011111 111111 0 101111 11011100 1011010 11100

Color Harmonies of #073286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073286

Black with #073286

Text Example


Text Example

White with #073286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073286; }

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

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

background-color css

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

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

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

border-color css

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

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

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