#0749C7

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

Shades of Cobalt #0749C7

Tints of Cobalt #0749C7

Color information

#0749C7 (or 0x0749C7) is unknown color: approx Cobalt. HEX triplet: 07, 49 and C7. RGB value is (7,73,199). Sum of RGB (Red+Green+Blue) = 7+73+199=279 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.51% from 279); Green value is 73 (28.91% from 255 or 26.16% from 279); Blue value is 199 (78.12% from 255 or 71.33% from 279); Max value from RGB is 199 - color contains mainly: blue. Hex color #0749C7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0749C7 is #F8B638. Grayscale: #434343. Windows color (decimal): -16299577 or 13060359. OLE color: 13060359.

HSL color Cylindrical-coordinate representation of color #0749C7: hue angle of 219.38º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0749C7 is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB773199-
CMYK0.960.6300.22
HSL219.38º93.2%40.39%-
HSV(B)219.38º96.48%78.04%-
XYZ12.788.9355.08-
YUV67.63202.1384.75-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.51%
GREEN value IS 73 (28.91% from 255) = 26.16%
BLUE value IS 199 (78.12% from 255) = 71.33%
R=2.51%
G=26.16%
B=71.33%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal7731990.960.6300.22219.3893.240.39
Hex749C7603F016db5d28
Octal71113071407702633313550
Binary1111001001110001111100000111111010110110110111011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0749C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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