Html Css Color HEX #074199 Smalt

📋 copy color: '#074199'

red 7 ◦ green 65 ◦ blue 153

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

Shades of Smalt #074199

Tints of Smalt #074199

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.89%

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

R = 3.11%
G = 28.89%
B = 68%

CMYK

 C value IS 0.95

 M value IS 0.58

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#074199 (or 0x074199) is known color: Smalt. HEX triplet: 07, 41 and 99. RGB value is (7,65,153). Sum of RGB (Red+Green+Blue) = 7+65+153=225 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.11% from 225); Green value is 65 (25.78% from 255 or 28.89% from 225); Blue value is 153 (60.16% from 255 or 68% from 225); Max value from RGB is 153 - color contains mainly: blue. Hex color #074199 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074199 is #F8BE66. Grayscale: #393939. Windows color (decimal): -16301671 or 10043655. OLE color: 10043655.

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

Color convert

RGB 7 65 153 -
CMYK 0.95 0.58 0 0.4
HSL 216.16º 0.91% 0.31% -
HSV(B) 216.16º 0.95% 0.6% -
XYZ 7.73 6.13 30.91 -
YUV 57.69 181.78 91.84 -
System Red Green Blue C M Y K H S L
Decimal 7 65 153 0.95 0.58 0 0.4 216.16 0.91 0.31
Hex 7 41 99 5F 3A 0 28 D8 5B 1F
Octal 7 101 231 137 72 0 50 330 133 37
Binary 111 1000001 10011001 1011111 111010 0 101000 11011000 1011011 11111

Color Harmonies of #074199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074199

Black with #074199

Text Example


Text Example

White with #074199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074199; }

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

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

background-color css

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

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

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

border-color css

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

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

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