Html Css Color HEX #073F99 Smalt

📋 copy color: '#073F99'

red 7 ◦ green 63 ◦ blue 153

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

Shades of Smalt #073F99

Tints of Smalt #073F99

RGB

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

 GREEN value IS 63 (25% from 255) = 28.25%

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

R = 3.14%
G = 28.25%
B = 68.61%

CMYK

 C value IS 0.95

 M value IS 0.59

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#073F99 (or 0x073F99) is known color: Smalt. HEX triplet: 07, 3F and 99. RGB value is (7,63,153). Sum of RGB (Red+Green+Blue) = 7+63+153=223 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.14% from 223); Green value is 63 (25% from 255 or 28.25% from 223); Blue value is 153 (60.16% from 255 or 68.61% from 223); Max value from RGB is 153 - color contains mainly: blue. Hex color #073F99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073F99 is #F8C066. Grayscale: #383838. Windows color (decimal): -16302183 or 10043143. OLE color: 10043143.

HSL color Cylindrical-coordinate representation of color #073F99: hue angle of 216.99º 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 #073F99 is Cyan = 0.95, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 7 63 153 -
CMYK 0.95 0.59 0 0.4
HSL 216.99º 0.91% 0.31% -
HSV(B) 216.99º 0.95% 0.6% -
XYZ 7.61 5.9 30.87 -
YUV 56.52 182.45 92.68 -
System Red Green Blue C M Y K H S L
Decimal 7 63 153 0.95 0.59 0 0.4 216.99 0.91 0.31
Hex 7 3F 99 5F 3B 0 28 D9 5B 1F
Octal 7 77 231 137 73 0 50 331 133 37
Binary 111 111111 10011001 1011111 111011 0 101000 11011001 1011011 11111

Color Harmonies of #073F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073F99

Black with #073F99

Text Example


Text Example

White with #073F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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