#075CA6

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

Shades of Cobalt #075CA6

Tints of Cobalt #075CA6

Color information

#075CA6 (or 0x075CA6) is unknown color: approx Cobalt. HEX triplet: 07, 5C and A6. RGB value is (7,92,166). Sum of RGB (Red+Green+Blue) = 7+92+166=265 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.64% from 265); Green value is 92 (36.33% from 255 or 34.72% from 265); Blue value is 166 (65.23% from 255 or 62.64% from 265); Max value from RGB is 166 - color contains mainly: blue. Hex color #075CA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075CA6 is #F8A359. Grayscale: #4A4A4A. Windows color (decimal): -16294746 or 10902535. OLE color: 10902535.

HSL color Cylindrical-coordinate representation of color #075CA6: hue angle of 207.92º 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 #075CA6 is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB792166-
CMYK0.960.4500.35
HSL207.92º91.91%33.92%-
HSV(B)207.92º95.78%65.1%-
XYZ10.810.4537.52-
YUV75.02179.3479.48-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.64%
GREEN value IS 92 (36.33% from 255) = 34.72%
BLUE value IS 166 (65.23% from 255) = 62.64%
R=2.64%
G=34.72%
B=62.64%

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
Decimal7921660.960.4500.35207.9291.9133.92
Hex75CA6602D023d05c22
Octal71342461405504332013442
Binary11110111001010011011000001011010100011110100001011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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