#075E9E

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

Shades of Cobalt #075E9E

Tints of Cobalt #075E9E

Color information

#075E9E (or 0x075E9E) is unknown color: approx Cobalt. HEX triplet: 07, 5E and 9E. RGB value is (7,94,158). Sum of RGB (Red+Green+Blue) = 7+94+158=259 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.70% from 259); Green value is 94 (37.11% from 255 or 36.29% from 259); Blue value is 158 (62.11% from 255 or 61.00% from 259); Max value from RGB is 158 - color contains mainly: blue. Hex color #075E9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075E9E is #F8A161. Grayscale: #4A4A4A. Windows color (decimal): -16294242 or 10378759. OLE color: 10378759.

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

Color convert

RGB794158-
CMYK0.960.4100.38
HSL205.43º91.52%32.35%-
HSV(B)205.43º95.57%61.96%-
XYZ10.2610.5233.84-
YUV75.28174.6879.3-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.70%
GREEN value IS 94 (37.11% from 255) = 36.29%
BLUE value IS 158 (62.11% from 255) = 61.00%
R=2.70%
G=36.29%
B=61.00%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal7941580.960.4100.38205.4391.5232.35
Hex75E9E6029026cd5c20
Octal71362361405104631513440
Binary11110111101001111011000001010010100110110011011011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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