#154a9f

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

Shades of Cobalt #154A9F

Tints of Cobalt #154A9F

Color information

#154A9F (or 0x154A9F) is unknown color: approx Cobalt. HEX triplet: 15, 4A and 9F. RGB value is (21,74,159). Sum of RGB (Red+Green+Blue) = 21+74+159=254 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.27% from 254); Green value is 74 (29.30% from 255 or 29.13% from 254); Blue value is 159 (62.5% from 255 or 62.60% from 254); Max value from RGB is 159 - color contains mainly: blue. Hex color #154A9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154A9F is #EAB560. Grayscale: #434343. Windows color (decimal): -15381857 or 10439189. OLE color: 10439189.

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

Color convert

RGB2174159-
CMYK0.870.5300.38
HSL216.96º76.67%35.29%-
HSV(B)216.96º86.79%62.35%-
XYZ9.027.5633.78-
YUV67.84179.4494.59-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.27%
GREEN value IS 74 (29.30% from 255) = 29.13%
BLUE value IS 159 (62.5% from 255) = 62.60%
R=8.27%
G=29.13%
B=62.60%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal21741590.870.5300.38216.9676.6735.29
Hex154A9F5735026d94d23
Octal251122371276504633111543
Binary1010110010101001111110101111101010100110110110011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154a9f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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