#1054A4

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

Shades of Cobalt #1054A4

Tints of Cobalt #1054A4

Color information

#1054A4 (or 0x1054A4) is unknown color: approx Cobalt. HEX triplet: 10, 54 and A4. RGB value is (16,84,164). Sum of RGB (Red+Green+Blue) = 16+84+164=264 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.06% from 264); Green value is 84 (33.20% from 255 or 31.82% from 264); Blue value is 164 (64.45% from 255 or 62.12% from 264); Max value from RGB is 164 - color contains mainly: blue. Hex color #1054A4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1054A4 is #EFAB5B. Grayscale: #484848. Windows color (decimal): -15706972 or 10769424. OLE color: 10769424.

HSL color Cylindrical-coordinate representation of color #1054A4: hue angle of 212.43º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1054A4 is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1684164-
CMYK0.900.4900.36
HSL212.43º82.22%35.29%-
HSV(B)212.43º90.24%64.31%-
XYZ10.089.1336.35-
YUV72.79179.4787.5-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.06%
GREEN value IS 84 (33.20% from 255) = 31.82%
BLUE value IS 164 (64.45% from 255) = 62.12%
R=6.06%
G=31.82%
B=62.12%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16841640.900.4900.36212.4382.2235.29
Hex1054A45A31024d45223
Octal201242441326104432412243
Binary1000010101001010010010110101100010100100110101001010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1054A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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