Html Css Color HEX #074197 Smalt

📋 copy color: '#074197'

red 7 ◦ green 65 ◦ blue 151

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

Shades of Smalt #074197

Tints of Smalt #074197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 67.71%

R = 3.14%
G = 29.15%
B = 67.71%

CMYK

 C value IS 0.95

 M value IS 0.57

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#074197 (or 0x074197) is known color: Smalt. HEX triplet: 07, 41 and 97. RGB value is (7,65,151). Sum of RGB (Red+Green+Blue) = 7+65+151=223 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.14% from 223); Green value is 65 (25.78% from 255 or 29.15% from 223); Blue value is 151 (59.38% from 255 or 67.71% from 223); Max value from RGB is 151 - color contains mainly: blue. Hex color #074197 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074197 is #F8BE68. Grayscale: #393939. Windows color (decimal): -16301673 or 9912583. OLE color: 9912583.

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

Color convert

RGB 7 65 151 -
CMYK 0.95 0.57 0 0.41
HSL 215.83º 0.91% 0.31% -
HSV(B) 215.83º 0.95% 0.59% -
XYZ 7.56 6.06 30.05 -
YUV 57.46 180.78 92.01 -
System Red Green Blue C M Y K H S L
Decimal 7 65 151 0.95 0.57 0 0.41 215.83 0.91 0.31
Hex 7 41 97 5F 39 0 29 D8 5B 1F
Octal 7 101 227 137 71 0 51 330 133 37
Binary 111 1000001 10010111 1011111 111001 0 101001 11011000 1011011 11111

Color Harmonies of #074197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074197

Black with #074197

Text Example


Text Example

White with #074197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074197; }

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

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

background-color css

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

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

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

border-color css

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

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

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