#075C9E

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

Shades of Cobalt #075C9E

Tints of Cobalt #075C9E

Color information

#075C9E (or 0x075C9E) is unknown color: approx Cobalt. HEX triplet: 07, 5C and 9E. RGB value is (7,92,158). Sum of RGB (Red+Green+Blue) = 7+92+158=257 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.72% from 257); Green value is 92 (36.33% from 255 or 35.80% from 257); Blue value is 158 (62.11% from 255 or 61.48% from 257); Max value from RGB is 158 - color contains mainly: blue. Hex color #075C9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075C9E is #F8A361. Grayscale: #494949. Windows color (decimal): -16294754 or 10378247. OLE color: 10378247.

HSL color Cylindrical-coordinate representation of color #075C9E: hue angle of 206.23º degrees, saturation: 0.92, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #075C9E is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB792158-
CMYK0.960.4200.38
HSL206.23º91.52%32.35%-
HSV(B)206.23º95.57%61.96%-
XYZ10.0910.1733.78-
YUV74.11175.3480.13-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.72%
GREEN value IS 92 (36.33% from 255) = 35.80%
BLUE value IS 158 (62.11% from 255) = 61.48%
R=2.72%
G=35.80%
B=61.48%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal7921580.960.4200.38206.2391.5232.35
Hex75C9E602A026ce5c20
Octal71342361405204631613440
Binary11110111001001111011000001010100100110110011101011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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