#073EAE

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

Shades of Cobalt #073EAE

Tints of Cobalt #073EAE

Color information

#073EAE (or 0x073EAE) is unknown color: approx Cobalt. HEX triplet: 07, 3E and AE. RGB value is (7,62,174). Sum of RGB (Red+Green+Blue) = 7+62+174=243 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.88% from 243); Green value is 62 (24.61% from 255 or 25.51% from 243); Blue value is 174 (68.36% from 255 or 71.60% from 243); Max value from RGB is 174 - color contains mainly: blue. Hex color #073EAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073EAE is #F8C151. Grayscale: #393939. Windows color (decimal): -16302418 or 11419143. OLE color: 11419143.

HSL color Cylindrical-coordinate representation of color #073EAE: hue angle of 220.24º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #073EAE is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB762174-
CMYK0.960.6400.32
HSL220.24º92.27%35.49%-
HSV(B)220.24º95.98%68.24%-
XYZ9.456.5540.81-
YUV58.32193.2891.39-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.88%
GREEN value IS 62 (24.61% from 255) = 25.51%
BLUE value IS 174 (68.36% from 255) = 71.60%
R=2.88%
G=25.51%
B=71.60%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal7621740.960.6400.32220.2492.2735.49
Hex73EAE6040020dc5c23
Octal77625614010004033413443
Binary11111111010101110110000010000000100000110111001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073EAE; }

 p { color: rgb(7,62,174); }

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

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

 a { background-color: rgb(7,62,174); }

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

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

 span { border-color: rgb(7,62,174); }

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