#0748BE

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

Shades of Cobalt #0748BE

Tints of Cobalt #0748BE

Color information

#0748BE (or 0x0748BE) is unknown color: approx Cobalt. HEX triplet: 07, 48 and BE. RGB value is (7,72,190). Sum of RGB (Red+Green+Blue) = 7+72+190=269 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.60% from 269); Green value is 72 (28.52% from 255 or 26.77% from 269); Blue value is 190 (74.61% from 255 or 70.63% from 269); Max value from RGB is 190 - color contains mainly: blue. Hex color #0748BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0748BE is #F8B741. Grayscale: #414141. Windows color (decimal): -16299842 or 12470279. OLE color: 12470279.

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

Color convert

RGB772190-
CMYK0.960.6200.25
HSL218.69º92.89%38.63%-
HSV(B)218.69º96.32%74.51%-
XYZ11.78.449.72-
YUV66.02197.9785.91-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.60%
GREEN value IS 72 (28.52% from 255) = 26.77%
BLUE value IS 190 (74.61% from 255) = 70.63%
R=2.60%
G=26.77%
B=70.63%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal7721900.960.6200.25218.6992.8938.63
Hex748BE603E019db5d27
Octal71102761407603133313547
Binary1111001000101111101100000111110011001110110111011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0748BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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