#074896

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

Shades of Cobalt #074896

Tints of Cobalt #074896

Color information

#074896 (or 0x074896) is unknown color: approx Cobalt. HEX triplet: 07, 48 and 96. RGB value is (7,72,150). Sum of RGB (Red+Green+Blue) = 7+72+150=229 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.06% from 229); Green value is 72 (28.52% from 255 or 31.44% from 229); Blue value is 150 (58.98% from 255 or 65.50% from 229); Max value from RGB is 150 - color contains mainly: blue. Hex color #074896 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074896 is #F8B769. Grayscale: #3D3D3D. Windows color (decimal): -16299882 or 9848839. OLE color: 9848839.

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

Color convert

RGB772150-
CMYK0.950.5200.41
HSL212.73º91.08%30.78%-
HSV(B)212.73º95.33%58.82%-
XYZ7.916.8829.77-
YUV61.46177.9789.16-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.06%
GREEN value IS 72 (28.52% from 255) = 31.44%
BLUE value IS 150 (58.98% from 255) = 65.50%
R=3.06%
G=31.44%
B=65.50%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal7721500.950.5200.41212.7391.0830.78
Hex748965F34029d55b1f
Octal71102261376405132513337
Binary1111001000100101101011111110100010100111010101101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074896; }

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

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

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

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

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

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

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

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