#074196

Color #074196 Smalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt #074196

Tints of Smalt #074196

Color information

#074196 (or 0x074196) is unknown color: approx Smalt. HEX triplet: 07, 41 and 96. RGB value is (7,65,150). Sum of RGB (Red+Green+Blue) = 7+65+150=222 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.15% from 222); Green value is 65 (25.78% from 255 or 29.28% from 222); Blue value is 150 (58.98% from 255 or 67.57% from 222); Max value from RGB is 150 - color contains mainly: blue. Hex color #074196 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074196 is #F8BE69. Grayscale: #383838. Windows color (decimal): -16301674 or 9847047. OLE color: 9847047.

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

Color convert

RGB765150-
CMYK0.950.5700.41
HSL215.66º91.08%30.78%-
HSV(B)215.66º95.33%58.82%-
XYZ7.486.0329.62-
YUV57.35180.2892.09-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.15%
GREEN value IS 65 (25.78% from 255) = 29.28%
BLUE value IS 150 (58.98% from 255) = 67.57%
R=3.15%
G=29.28%
B=67.57%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal7651500.950.5700.41215.6691.0830.78
Hex741965F39029d85b1f
Octal71012261377105133013337
Binary1111000001100101101011111111001010100111011000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074196; }

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

 H1.HeaderClassName
 {
   color: #074196;
 }
 .AnyTagClassName
 {
   color: #074196;
 }
</style>
background-color css

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

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

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

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

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

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