Html Css Color HEX #073C99 Smalt

📋 copy color: '#073C99'

red 7 ◦ green 60 ◦ blue 153

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

Shades of Smalt #073C99

Tints of Smalt #073C99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 69.55%

R = 3.18%
G = 27.27%
B = 69.55%

CMYK

 C value IS 0.95

 M value IS 0.61

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#073C99 (or 0x073C99) is known color: Smalt. HEX triplet: 07, 3C and 99. RGB value is (7,60,153). Sum of RGB (Red+Green+Blue) = 7+60+153=220 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.18% from 220); Green value is 60 (23.83% from 255 or 27.27% from 220); Blue value is 153 (60.16% from 255 or 69.55% from 220); Max value from RGB is 153 - color contains mainly: blue. Hex color #073C99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073C99 is #F8C366. Grayscale: #363636. Windows color (decimal): -16302951 or 10042375. OLE color: 10042375.

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

Color convert

RGB 7 60 153 -
CMYK 0.95 0.61 0 0.4
HSL 218.22º 0.91% 0.31% -
HSV(B) 218.22º 0.95% 0.6% -
XYZ 7.45 5.58 30.82 -
YUV 54.76 183.44 93.94 -
System Red Green Blue C M Y K H S L
Decimal 7 60 153 0.95 0.61 0 0.4 218.22 0.91 0.31
Hex 7 3C 99 5F 3D 0 28 DA 5B 1F
Octal 7 74 231 137 75 0 50 332 133 37
Binary 111 111100 10011001 1011111 111101 0 101000 11011010 1011011 11111

Color Harmonies of #073C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073C99

Black with #073C99

Text Example


Text Example

White with #073C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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