#0744BA

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

Shades of Cobalt #0744BA

Tints of Cobalt #0744BA

Color information

#0744BA (or 0x0744BA) is unknown color: approx Cobalt. HEX triplet: 07, 44 and BA. RGB value is (7,68,186). Sum of RGB (Red+Green+Blue) = 7+68+186=261 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.68% from 261); Green value is 68 (26.95% from 255 or 26.05% from 261); Blue value is 186 (73.05% from 255 or 71.26% from 261); Max value from RGB is 186 - color contains mainly: blue. Hex color #0744BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0744BA is #F8BB45. Grayscale: #3E3E3E. Windows color (decimal): -16300870 or 12207111. OLE color: 12207111.

HSL color Cylindrical-coordinate representation of color #0744BA: hue angle of 219.55º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0744BA is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB768186-
CMYK0.960.6300.27
HSL219.55º92.75%37.84%-
HSV(B)219.55º96.24%72.94%-
XYZ11.027.7247.36-
YUV63.21197.2987.91-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.68%
GREEN value IS 68 (26.95% from 255) = 26.05%
BLUE value IS 186 (73.05% from 255) = 71.26%
R=2.68%
G=26.05%
B=71.26%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal7681860.960.6300.27219.5592.7537.84
Hex744BA603F01Bdc5d26
Octal71042721407703333413546
Binary1111000100101110101100000111111011011110111001011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0744BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0744BA; }

 p { color: rgb(7,68,186); }

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

<style>
 a { background-color: #0744BA; }

 a { background-color: rgb(7,68,186); }

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

<style>
 span { border-color: #0744BA; }

 span { border-color: rgb(7,68,186); }

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