#154F9D

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

Shades of Cobalt #154F9D

Tints of Cobalt #154F9D

Color information

#154F9D (or 0x154F9D) is unknown color: approx Cobalt. HEX triplet: 15, 4F and 9D. RGB value is (21,79,157). Sum of RGB (Red+Green+Blue) = 21+79+157=257 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.17% from 257); Green value is 79 (31.25% from 255 or 30.74% from 257); Blue value is 157 (61.72% from 255 or 61.09% from 257); Max value from RGB is 157 - color contains mainly: blue. Hex color #154F9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #154F9D is #EAB062. Grayscale: #464646. Windows color (decimal): -15380579 or 10309397. OLE color: 10309397.

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

Color convert

RGB2179157-
CMYK0.870.5000.38
HSL214.41º76.4%34.9%-
HSV(B)214.41º86.62%61.57%-
XYZ9.198.1932.99-
YUV70.55176.7892.66-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.17%
GREEN value IS 79 (31.25% from 255) = 30.74%
BLUE value IS 157 (61.72% from 255) = 61.09%
R=8.17%
G=30.74%
B=61.09%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal21791570.870.5000.38214.4176.434.9
Hex154F9D5732026d64c23
Octal251172351276204632611443
Binary1010110011111001110110101111100100100110110101101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,79,157); }

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

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

 a { background-color: rgb(21,79,157); }

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

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

 span { border-color: rgb(21,79,157); }

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