#154B9B

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

Shades of Cobalt #154B9B

Tints of Cobalt #154B9B

Color information

#154B9B (or 0x154B9B) is unknown color: approx Cobalt. HEX triplet: 15, 4B and 9B. RGB value is (21,75,155). Sum of RGB (Red+Green+Blue) = 21+75+155=251 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.37% from 251); Green value is 75 (29.69% from 255 or 29.88% from 251); Blue value is 155 (60.94% from 255 or 61.75% from 251); Max value from RGB is 155 - color contains mainly: blue. Hex color #154B9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154B9B is #EAB464. Grayscale: #434343. Windows color (decimal): -15381605 or 10177301. OLE color: 10177301.

HSL color Cylindrical-coordinate representation of color #154B9B: hue angle of 215.82º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #154B9B is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2175155-
CMYK0.860.5200.39
HSL215.82º76.14%34.51%-
HSV(B)215.82º86.45%60.78%-
XYZ8.747.5632.01-
YUV67.97177.1194.5-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.37%
GREEN value IS 75 (29.69% from 255) = 29.88%
BLUE value IS 155 (60.94% from 255) = 61.75%
R=8.37%
G=29.88%
B=61.75%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal21751550.860.5200.39215.8276.1434.51
Hex154B9B5634027d84c23
Octal251132331266404733011443
Binary1010110010111001101110101101101000100111110110001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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