#0748AE

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

Shades of Cobalt #0748AE

Tints of Cobalt #0748AE

Color information

#0748AE (or 0x0748AE) is unknown color: approx Cobalt. HEX triplet: 07, 48 and AE. RGB value is (7,72,174). Sum of RGB (Red+Green+Blue) = 7+72+174=253 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.77% from 253); Green value is 72 (28.52% from 255 or 28.46% from 253); Blue value is 174 (68.36% from 255 or 68.77% from 253); Max value from RGB is 174 - color contains mainly: blue. Hex color #0748AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0748AE is #F8B751. Grayscale: #3F3F3F. Windows color (decimal): -16299858 or 11421703. OLE color: 11421703.

HSL color Cylindrical-coordinate representation of color #0748AE: hue angle of 216.65º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0748AE is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB772174-
CMYK0.960.5900.32
HSL216.65º92.27%35.49%-
HSV(B)216.65º95.98%68.24%-
XYZ10.047.7441.01-
YUV64.19189.9787.21-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.77%
GREEN value IS 72 (28.52% from 255) = 28.46%
BLUE value IS 174 (68.36% from 255) = 68.77%
R=2.77%
G=28.46%
B=68.77%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal7721740.960.5900.32216.6592.2735.49
Hex748AE603B020d95c23
Octal71102561407304033113443
Binary11110010001010111011000001110110100000110110011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0748AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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