#0749C1

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

Shades of Cobalt #0749C1

Tints of Cobalt #0749C1

Color information

#0749C1 (or 0x0749C1) is unknown color: approx Cobalt. HEX triplet: 07, 49 and C1. RGB value is (7,73,193). Sum of RGB (Red+Green+Blue) = 7+73+193=273 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.56% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 193 (75.78% from 255 or 70.70% from 273); Max value from RGB is 193 - color contains mainly: blue. Hex color #0749C1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0749C1 is #F8B63E. Grayscale: #424242. Windows color (decimal): -16299583 or 12667143. OLE color: 12667143.

HSL color Cylindrical-coordinate representation of color #0749C1: hue angle of 218.71º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0749C1 is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB773193-
CMYK0.960.6200.24
HSL218.71º93%39.22%-
HSV(B)218.71º96.37%75.69%-
XYZ12.18.6651.49-
YUV66.95199.1385.24-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.56%
GREEN value IS 73 (28.91% from 255) = 26.74%
BLUE value IS 193 (75.78% from 255) = 70.70%
R=2.56%
G=26.74%
B=70.70%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal7731930.960.6200.24218.719339.22
Hex749C1603E018db5d27
Octal71113011407603033313547
Binary1111001001110000011100000111110011000110110111011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0749C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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