Html Css Color HEX #073C96 Smalt

📋 copy color: '#073C96'

red 7 ◦ green 60 ◦ blue 150

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

Shades of Smalt #073C96

Tints of Smalt #073C96

RGB

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

 GREEN value IS 60 (23.83% from 255) = 27.65%

 BLUE value IS 150 (58.98% from 255) = 69.12%

R = 3.23%
G = 27.65%
B = 69.12%

CMYK

 C value IS 0.95

 M value IS 0.6

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#073C96 (or 0x073C96) is known color: Smalt. HEX triplet: 07, 3C and 96. RGB value is (7,60,150). Sum of RGB (Red+Green+Blue) = 7+60+150=217 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.23% from 217); Green value is 60 (23.83% from 255 or 27.65% from 217); Blue value is 150 (58.98% from 255 or 69.12% from 217); Max value from RGB is 150 - color contains mainly: blue. Hex color #073C96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073C96 is #F8C369. Grayscale: #363636. Windows color (decimal): -16302954 or 9845767. OLE color: 9845767.

HSL color Cylindrical-coordinate representation of color #073C96: hue angle of 217.76º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #073C96 is Cyan = 0.95, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 7 60 150 -
CMYK 0.95 0.6 0 0.41
HSL 217.76º 0.91% 0.31% -
HSV(B) 217.76º 0.95% 0.59% -
XYZ 7.21 5.48 29.53 -
YUV 54.41 181.94 94.18 -
System Red Green Blue C M Y K H S L
Decimal 7 60 150 0.95 0.6 0 0.41 217.76 0.91 0.31
Hex 7 3C 96 5F 3C 0 29 DA 5B 1F
Octal 7 74 226 137 74 0 51 332 133 37
Binary 111 111100 10010110 1011111 111100 0 101001 11011010 1011011 11111

Color Harmonies of #073C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073C96

Black with #073C96

Text Example


Text Example

White with #073C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073C96; }

 p { color: rgb(7,60,150); }

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

background-color css

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

 a { background-color: rgb(7,60,150); }

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

border-color css

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

 span { border-color: rgb(7,60,150); }

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