#0749AE

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

Shades of Cobalt #0749AE

Tints of Cobalt #0749AE

Color information

#0749AE (or 0x0749AE) is unknown color: approx Cobalt. HEX triplet: 07, 49 and AE. RGB value is (7,73,174). Sum of RGB (Red+Green+Blue) = 7+73+174=254 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.76% from 254); Green value is 73 (28.91% from 255 or 28.74% from 254); Blue value is 174 (68.36% from 255 or 68.50% from 254); Max value from RGB is 174 - color contains mainly: blue. Hex color #0749AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0749AE is #F8B651. Grayscale: #404040. Windows color (decimal): -16299602 or 11421959. OLE color: 11421959.

HSL color Cylindrical-coordinate representation of color #0749AE: hue angle of 216.29º 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 #0749AE is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB773174-
CMYK0.960.5800.32
HSL216.29º92.27%35.49%-
HSV(B)216.29º95.98%68.24%-
XYZ10.117.8741.03-
YUV64.78189.6386.79-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.76%
GREEN value IS 73 (28.91% from 255) = 28.74%
BLUE value IS 174 (68.36% from 255) = 68.50%
R=2.76%
G=28.74%
B=68.50%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal7731740.960.5800.32216.2992.2735.49
Hex749AE603A020d85c23
Octal71112561407204033013443
Binary11110010011010111011000001110100100000110110001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0749AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0749AE; }

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

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

<style>
 a { background-color: #0749AE; }

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

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

<style>
 span { border-color: #0749AE; }

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

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