#154999

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

Shades of Cobalt #154999

Tints of Cobalt #154999

Color information

#154999 (or 0x154999) is unknown color: approx Cobalt. HEX triplet: 15, 49 and 99. RGB value is (21,73,153). Sum of RGB (Red+Green+Blue) = 21+73+153=247 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.50% from 247); Green value is 73 (28.91% from 255 or 29.55% from 247); Blue value is 153 (60.16% from 255 or 61.94% from 247); Max value from RGB is 153 - color contains mainly: blue. Hex color #154999 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154999 is #EAB666. Grayscale: #424242. Windows color (decimal): -15382119 or 10045717. OLE color: 10045717.

HSL color Cylindrical-coordinate representation of color #154999: hue angle of 216.36º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #154999 is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB2173153-
CMYK0.860.5200.4
HSL216.36º75.86%34.12%-
HSV(B)216.36º86.27%60%-
XYZ8.447.2231.09-
YUV66.57176.7795.5-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.50%
GREEN value IS 73 (28.91% from 255) = 29.55%
BLUE value IS 153 (60.16% from 255) = 61.94%
R=8.50%
G=29.55%
B=61.94%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal21731530.860.5200.4216.3675.8634.12
Hex1549995634028d84c22
Octal251112311266405033011442
Binary1010110010011001100110101101101000101000110110001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154999; }

 p { color: rgb(21,73,153); }

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

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

 a { background-color: rgb(21,73,153); }

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

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

 span { border-color: rgb(21,73,153); }

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