#0749B8

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

Shades of Cobalt #0749B8

Tints of Cobalt #0749B8

Color information

#0749B8 (or 0x0749B8) is unknown color: approx Cobalt. HEX triplet: 07, 49 and B8. RGB value is (7,73,184). Sum of RGB (Red+Green+Blue) = 7+73+184=264 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.65% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 184 (72.27% from 255 or 69.70% from 264); Max value from RGB is 184 - color contains mainly: blue. Hex color #0749B8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0749B8 is #F8B647. Grayscale: #414141. Windows color (decimal): -16299592 or 12077319. OLE color: 12077319.

HSL color Cylindrical-coordinate representation of color #0749B8: hue angle of 217.63º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0749B8 is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB773184-
CMYK0.960.6000.28
HSL217.63º92.67%37.45%-
HSV(B)217.63º96.2%72.16%-
XYZ11.128.2746.36-
YUV65.92194.6385.97-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.65%
GREEN value IS 73 (28.91% from 255) = 27.65%
BLUE value IS 184 (72.27% from 255) = 69.70%
R=2.65%
G=27.65%
B=69.70%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal7731840.960.6000.28217.6392.6737.45
Hex749B8603C01Cda5d25
Octal71112701407403433213545
Binary1111001001101110001100000111100011100110110101011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0749B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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