#075BA6

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

Shades of Cobalt #075BA6

Tints of Cobalt #075BA6

Color information

#075BA6 (or 0x075BA6) is unknown color: approx Cobalt. HEX triplet: 07, 5B and A6. RGB value is (7,91,166). Sum of RGB (Red+Green+Blue) = 7+91+166=264 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.65% from 264); Green value is 91 (35.94% from 255 or 34.47% from 264); Blue value is 166 (65.23% from 255 or 62.88% from 264); Max value from RGB is 166 - color contains mainly: blue. Hex color #075BA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075BA6 is #F8A459. Grayscale: #4A4A4A. Windows color (decimal): -16295002 or 10902279. OLE color: 10902279.

HSL color Cylindrical-coordinate representation of color #075BA6: hue angle of 208.3º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #075BA6 is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB791166-
CMYK0.960.4500.35
HSL208.3º91.91%33.92%-
HSV(B)208.3º95.78%65.1%-
XYZ10.7110.2837.5-
YUV74.43179.6779.9-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.65%
GREEN value IS 91 (35.94% from 255) = 34.47%
BLUE value IS 166 (65.23% from 255) = 62.88%
R=2.65%
G=34.47%
B=62.88%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal7911660.960.4500.35208.391.9133.92
Hex75BA6602D023d05c22
Octal71332461405504332013442
Binary11110110111010011011000001011010100011110100001011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075BA6; }

 p { color: rgb(7,91,166); }

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

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

 a { background-color: rgb(7,91,166); }

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

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

 span { border-color: rgb(7,91,166); }

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