#154D9E

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

Shades of Cobalt #154D9E

Tints of Cobalt #154D9E

Color information

#154D9E (or 0x154D9E) is unknown color: approx Cobalt. HEX triplet: 15, 4D and 9E. RGB value is (21,77,158). Sum of RGB (Red+Green+Blue) = 21+77+158=256 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.20% from 256); Green value is 77 (30.47% from 255 or 30.08% from 256); Blue value is 158 (62.11% from 255 or 61.72% from 256); Max value from RGB is 158 - color contains mainly: blue. Hex color #154D9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #154D9E is #EAB261. Grayscale: #454545. Windows color (decimal): -15381090 or 10374421. OLE color: 10374421.

HSL color Cylindrical-coordinate representation of color #154D9E: hue angle of 215.47º 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 #154D9E is Cyan = 0.87, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2177158-
CMYK0.870.5100.38
HSL215.47º76.54%35.1%-
HSV(B)215.47º86.71%61.96%-
XYZ9.137.9433.4-
YUV69.49177.9593.41-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.20%
GREEN value IS 77 (30.47% from 255) = 30.08%
BLUE value IS 158 (62.11% from 255) = 61.72%
R=8.20%
G=30.08%
B=61.72%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal21771580.870.5100.38215.4776.5435.1
Hex154D9E5733026d74d23
Octal251152361276304632711543
Binary1010110011011001111010101111100110100110110101111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,77,158); }

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

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

 a { background-color: rgb(21,77,158); }

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

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

 span { border-color: rgb(21,77,158); }

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