#1054AB

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

Shades of Cobalt #1054AB

Tints of Cobalt #1054AB

Color information

#1054AB (or 0x1054AB) is unknown color: approx Cobalt. HEX triplet: 10, 54 and AB. RGB value is (16,84,171). Sum of RGB (Red+Green+Blue) = 16+84+171=271 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.90% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 171 (67.19% from 255 or 63.10% from 271); Max value from RGB is 171 - color contains mainly: blue. Hex color #1054AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1054AB is #EFAB54. Grayscale: #494949. Windows color (decimal): -15706965 or 11228176. OLE color: 11228176.

HSL color Cylindrical-coordinate representation of color #1054AB: hue angle of 213.68º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1054AB is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1684171-
CMYK0.910.5100.33
HSL213.68º82.89%36.67%-
HSV(B)213.68º90.64%67.06%-
XYZ10.739.3939.77-
YUV73.59182.9786.93-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.90%
GREEN value IS 84 (33.20% from 255) = 31.00%
BLUE value IS 171 (67.19% from 255) = 63.10%
R=5.90%
G=31.00%
B=63.10%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal16841710.910.5100.33213.6882.8936.67
Hex1054AB5B33021d65325
Octal201242531336304132612345
Binary1000010101001010101110110111100110100001110101101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1054AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1054AB; }

 p { color: rgb(16,84,171); }

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

<style>
 a { background-color: #1054AB; }

 a { background-color: rgb(16,84,171); }

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

<style>
 span { border-color: #1054AB; }

 span { border-color: rgb(16,84,171); }

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