#0748BC

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

Shades of Cobalt #0748BC

Tints of Cobalt #0748BC

Color information

#0748BC (or 0x0748BC) is unknown color: approx Cobalt. HEX triplet: 07, 48 and BC. RGB value is (7,72,188). Sum of RGB (Red+Green+Blue) = 7+72+188=267 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.62% from 267); Green value is 72 (28.52% from 255 or 26.97% from 267); Blue value is 188 (73.83% from 255 or 70.41% from 267); Max value from RGB is 188 - color contains mainly: blue. Hex color #0748BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0748BC is #F8B743. Grayscale: #414141. Windows color (decimal): -16299844 or 12339207. OLE color: 12339207.

HSL color Cylindrical-coordinate representation of color #0748BC: hue angle of 218.45º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0748BC is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB772188-
CMYK0.960.6200.26
HSL218.45º92.82%38.24%-
HSV(B)218.45º96.28%73.73%-
XYZ11.488.3148.58-
YUV65.79196.9786.07-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.62%
GREEN value IS 72 (28.52% from 255) = 26.97%
BLUE value IS 188 (73.83% from 255) = 70.41%
R=2.62%
G=26.97%
B=70.41%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal7721880.960.6200.26218.4592.8238.24
Hex748BC603E01Ada5d26
Octal71102741407603233213546
Binary1111001000101111001100000111110011010110110101011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0748BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0748BC; }

 p { color: rgb(7,72,188); }

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

<style>
 a { background-color: #0748BC; }

 a { background-color: rgb(7,72,188); }

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

<style>
 span { border-color: #0748BC; }

 span { border-color: rgb(7,72,188); }

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