#1048A9

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

Shades of Cobalt #1048A9

Tints of Cobalt #1048A9

Color information

#1048A9 (or 0x1048A9) is unknown color: approx Cobalt. HEX triplet: 10, 48 and A9. RGB value is (16,72,169). Sum of RGB (Red+Green+Blue) = 16+72+169=257 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.23% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 169 (66.41% from 255 or 65.76% from 257); Max value from RGB is 169 - color contains mainly: blue. Hex color #1048A9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1048A9 is #EFB756. Grayscale: #414141. Windows color (decimal): -15710039 or 11094032. OLE color: 11094032.

HSL color Cylindrical-coordinate representation of color #1048A9: hue angle of 218.04º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1048A9 is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB1672169-
CMYK0.910.5700.34
HSL218.04º82.7%36.27%-
HSV(B)218.04º90.53%66.27%-
XYZ9.697.6138.49-
YUV66.31185.9592.11-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.23%
GREEN value IS 72 (28.52% from 255) = 28.02%
BLUE value IS 169 (66.41% from 255) = 65.76%
R=6.23%
G=28.02%
B=65.76%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16721690.910.5700.34218.0482.736.27
Hex1048A95B39022da5324
Octal201102511337104233212344
Binary1000010010001010100110110111110010100010110110101010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1048A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1048A9; }

 p { color: rgb(16,72,169); }

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

<style>
 a { background-color: #1048A9; }

 a { background-color: rgb(16,72,169); }

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

<style>
 span { border-color: #1048A9; }

 span { border-color: rgb(16,72,169); }

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