#154B9F

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

Shades of Cobalt #154B9F

Tints of Cobalt #154B9F

Color information

#154B9F (or 0x154B9F) is unknown color: approx Cobalt. HEX triplet: 15, 4B and 9F. RGB value is (21,75,159). Sum of RGB (Red+Green+Blue) = 21+75+159=255 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.24% from 255); Green value is 75 (29.69% from 255 or 29.41% from 255); Blue value is 159 (62.5% from 255 or 62.35% from 255); Max value from RGB is 159 - color contains mainly: blue. Hex color #154B9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154B9F is #EAB460. Grayscale: #444444. Windows color (decimal): -15381601 or 10439445. OLE color: 10439445.

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

Color convert

RGB2175159-
CMYK0.870.5300.38
HSL216.52º76.67%35.29%-
HSV(B)216.52º86.79%62.35%-
XYZ9.087.6933.81-
YUV68.43179.1194.17-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.24%
GREEN value IS 75 (29.69% from 255) = 29.41%
BLUE value IS 159 (62.5% from 255) = 62.35%
R=8.24%
G=29.41%
B=62.35%

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
Decimal21751590.870.5300.38216.5276.6735.29
Hex154B9F5735026d94d23
Octal251132371276504633111543
Binary1010110010111001111110101111101010100110110110011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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