Html Css Color HEX #074190 Smalt

📋 copy color: '#074190'

red 7 ◦ green 65 ◦ blue 144

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

Shades of Smalt #074190

Tints of Smalt #074190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 66.67%

R = 3.24%
G = 30.09%
B = 66.67%

CMYK

 C value IS 0.95

 M value IS 0.55

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#074190 (or 0x074190) is known color: Smalt. HEX triplet: 07, 41 and 90. RGB value is (7,65,144). Sum of RGB (Red+Green+Blue) = 7+65+144=216 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.24% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 144 (56.64% from 255 or 66.67% from 216); Max value from RGB is 144 - color contains mainly: blue. Hex color #074190 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074190 is #F8BE6F. Grayscale: #383838. Windows color (decimal): -16301680 or 9453831. OLE color: 9453831.

HSL color Cylindrical-coordinate representation of color #074190: hue angle of 214.6º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #074190 is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 7 65 144 -
CMYK 0.95 0.55 0 0.44
HSL 214.6º 0.91% 0.3% -
HSV(B) 214.6º 0.95% 0.56% -
XYZ 7.01 5.84 27.14 -
YUV 56.66 177.28 92.58 -
System Red Green Blue C M Y K H S L
Decimal 7 65 144 0.95 0.55 0 0.44 214.6 0.91 0.3
Hex 7 41 90 5F 37 0 2C D7 5B 1E
Octal 7 101 220 137 67 0 54 327 133 36
Binary 111 1000001 10010000 1011111 110111 0 101100 11010111 1011011 11110

Color Harmonies of #074190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074190

Black with #074190

Text Example


Text Example

White with #074190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074190; }

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

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

background-color css

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

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

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

border-color css

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

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

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