#1554A6

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

Shades of Cobalt #1554A6

Tints of Cobalt #1554A6

Color information

#1554A6 (or 0x1554A6) is unknown color: approx Cobalt. HEX triplet: 15, 54 and A6. RGB value is (21,84,166). Sum of RGB (Red+Green+Blue) = 21+84+166=271 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.75% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 166 (65.23% from 255 or 61.25% from 271); Max value from RGB is 166 - color contains mainly: blue. Hex color #1554A6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1554A6 is #EAAB59. Grayscale: #4A4A4A. Windows color (decimal): -15379290 or 10900501. OLE color: 10900501.

HSL color Cylindrical-coordinate representation of color #1554A6: hue angle of 213.93º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1554A6 is Cyan = 0.87, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2184166-
CMYK0.870.4900.35
HSL213.93º77.54%36.67%-
HSV(B)213.93º87.35%65.1%-
XYZ10.369.2537.32-
YUV74.51179.6389.83-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.75%
GREEN value IS 84 (33.20% from 255) = 31.00%
BLUE value IS 166 (65.23% from 255) = 61.25%
R=7.75%
G=31.00%
B=61.25%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal21841660.870.4900.35213.9377.5436.67
Hex1554A65731023d64e25
Octal251242461276104332611645
Binary1010110101001010011010101111100010100011110101101001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1554A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1554A6; }

 p { color: rgb(21,84,166); }

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

<style>
 a { background-color: #1554A6; }

 a { background-color: rgb(21,84,166); }

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

<style>
 span { border-color: #1554A6; }

 span { border-color: rgb(21,84,166); }

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