#075496

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

Shades of Cobalt #075496

Tints of Cobalt #075496

Color information

#075496 (or 0x075496) is unknown color: approx Cobalt. HEX triplet: 07, 54 and 96. RGB value is (7,84,150). Sum of RGB (Red+Green+Blue) = 7+84+150=241 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.90% from 241); Green value is 84 (33.20% from 255 or 34.85% from 241); Blue value is 150 (58.98% from 255 or 62.24% from 241); Max value from RGB is 150 - color contains mainly: blue. Hex color #075496 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075496 is #F8AB69. Grayscale: #444444. Windows color (decimal): -16296810 or 9851911. OLE color: 9851911.

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

Color convert

RGB784150-
CMYK0.950.4400.41
HSL207.69º91.08%30.78%-
HSV(B)207.69º95.33%58.82%-
XYZ8.768.5930.05-
YUV68.5173.9984.13-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.90%
GREEN value IS 84 (33.20% from 255) = 34.85%
BLUE value IS 150 (58.98% from 255) = 62.24%
R=2.90%
G=34.85%
B=62.24%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal7841500.950.4400.41207.6991.0830.78
Hex754965F2C029d05b1f
Octal71242261375405132013337
Binary1111010100100101101011111101100010100111010000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075496; }

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

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

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

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

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

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

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

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