#154AA0

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

Shades of Cobalt #154AA0

Tints of Cobalt #154AA0

Color information

#154AA0 (or 0x154AA0) is unknown color: approx Cobalt. HEX triplet: 15, 4A and A0. RGB value is (21,74,160). Sum of RGB (Red+Green+Blue) = 21+74+160=255 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.24% from 255); Green value is 74 (29.30% from 255 or 29.02% from 255); Blue value is 160 (62.89% from 255 or 62.75% from 255); Max value from RGB is 160 - color contains mainly: blue. Hex color #154AA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154AA0 is #EAB55F. Grayscale: #434343. Windows color (decimal): -15381856 or 10504725. OLE color: 10504725.

HSL color Cylindrical-coordinate representation of color #154AA0: hue angle of 217.12º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #154AA0 is Cyan = 0.87, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB2174160-
CMYK0.870.5400.37
HSL217.12º76.8%35.49%-
HSV(B)217.12º86.87%62.75%-
XYZ9.17.634.24-
YUV67.96179.9494.51-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.24%
GREEN value IS 74 (29.30% from 255) = 29.02%
BLUE value IS 160 (62.89% from 255) = 62.75%
R=8.24%
G=29.02%
B=62.75%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal21741600.870.5400.37217.1276.835.49
Hex154AA05736025d94d23
Octal251122401276604533111543
Binary1010110010101010000010101111101100100101110110011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154AA0; }

 p { color: rgb(21,74,160); }

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

<style>
 a { background-color: #154AA0; }

 a { background-color: rgb(21,74,160); }

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

<style>
 span { border-color: #154AA0; }

 span { border-color: rgb(21,74,160); }

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