#074a96

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

Shades of Cobalt #074A96

Tints of Cobalt #074A96

Color information

#074A96 (or 0x074A96) is unknown color: approx Cobalt. HEX triplet: 07, 4A and 96. RGB value is (7,74,150). Sum of RGB (Red+Green+Blue) = 7+74+150=231 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.03% from 231); Green value is 74 (29.30% from 255 or 32.03% from 231); Blue value is 150 (58.98% from 255 or 64.94% from 231); Max value from RGB is 150 - color contains mainly: blue. Hex color #074A96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074A96 is #F8B569. Grayscale: #3E3E3E. Windows color (decimal): -16299370 or 9849351. OLE color: 9849351.

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

Color convert

RGB774150-
CMYK0.950.5100.41
HSL211.89º91.08%30.78%-
HSV(B)211.89º95.33%58.82%-
XYZ8.047.1429.81-
YUV62.63177.388.32-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.03%
GREEN value IS 74 (29.30% from 255) = 32.03%
BLUE value IS 150 (58.98% from 255) = 64.94%
R=3.03%
G=32.03%
B=64.94%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal7741500.950.5100.41211.8991.0830.78
Hex74A965F33029d45b1f
Octal71122261376305132413337
Binary1111001010100101101011111110011010100111010100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074a96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074a96; }

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

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

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

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

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

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

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

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