#0749AD

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

Shades of Cobalt #0749AD

Tints of Cobalt #0749AD

Color information

#0749AD (or 0x0749AD) is unknown color: approx Cobalt. HEX triplet: 07, 49 and AD. RGB value is (7,73,173). Sum of RGB (Red+Green+Blue) = 7+73+173=253 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.77% from 253); Green value is 73 (28.91% from 255 or 28.85% from 253); Blue value is 173 (67.97% from 255 or 68.38% from 253); Max value from RGB is 173 - color contains mainly: blue. Hex color #0749AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0749AD is #F8B652. Grayscale: #404040. Windows color (decimal): -16299603 or 11356423. OLE color: 11356423.

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

Color convert

RGB773173-
CMYK0.960.5800.32
HSL216.14º92.22%35.29%-
HSV(B)216.14º95.95%67.84%-
XYZ10.017.8340.52-
YUV64.67189.1386.87-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.77%
GREEN value IS 73 (28.91% from 255) = 28.85%
BLUE value IS 173 (67.97% from 255) = 68.38%
R=2.77%
G=28.85%
B=68.38%

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
Decimal7731730.960.5800.32216.1492.2235.29
Hex749AD603A020d85c23
Octal71112551407204033013443
Binary11110010011010110111000001110100100000110110001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0749AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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