#0749A2

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

Shades of Cobalt #0749A2

Tints of Cobalt #0749A2

Color information

#0749A2 (or 0x0749A2) is unknown color: approx Cobalt. HEX triplet: 07, 49 and A2. RGB value is (7,73,162). Sum of RGB (Red+Green+Blue) = 7+73+162=242 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.89% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 162 (63.67% from 255 or 66.94% from 242); Max value from RGB is 162 - color contains mainly: blue. Hex color #0749A2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0749A2 is #F8B65D. Grayscale: #3E3E3E. Windows color (decimal): -16299614 or 10635527. OLE color: 10635527.

HSL color Cylindrical-coordinate representation of color #0749A2: hue angle of 214.45º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0749A2 is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB773162-
CMYK0.960.5500.36
HSL214.45º91.72%33.14%-
HSV(B)214.45º95.68%63.53%-
XYZ8.997.4235.14-
YUV63.41183.6387.76-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.89%
GREEN value IS 73 (28.91% from 255) = 30.17%
BLUE value IS 162 (63.67% from 255) = 66.94%
R=2.89%
G=30.17%
B=66.94%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal7731620.960.5500.36214.4591.7233.14
Hex749A26037024d65c21
Octal71112421406704432613441
Binary11110010011010001011000001101110100100110101101011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0749A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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