#154D7F

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

Shades of Dark Cerulean #154D7F

Tints of Dark Cerulean #154D7F

Color information

#154D7F (or 0x154D7F) is unknown color: approx Dark Cerulean. HEX triplet: 15, 4D and 7F. RGB value is (21,77,127). Sum of RGB (Red+Green+Blue) = 21+77+127=225 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.33% from 225); Green value is 77 (30.47% from 255 or 34.22% from 225); Blue value is 127 (50% from 255 or 56.44% from 225); Max value from RGB is 127 - color contains mainly: blue. Hex color #154D7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154D7F is #EAB280. Grayscale: #414141. Windows color (decimal): -15381121 or 8342805. OLE color: 8342805.

HSL color Cylindrical-coordinate representation of color #154D7F: hue angle of 208.3º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #154D7F is Cyan = 0.83, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2177127-
CMYK0.830.3900.50
HSL208.3º71.62%29.02%-
HSV(B)208.3º83.46%49.8%-
XYZ6.79721.07-
YUV65.96162.4595.93-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.33%
GREEN value IS 77 (30.47% from 255) = 34.22%
BLUE value IS 127 (50% from 255) = 56.44%
R=9.33%
G=34.22%
B=56.44%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal21771270.830.3900.50208.371.6229.02
Hex154D7F5327032d0481d
Octal251151771234706232011035
Binary10101100110111111111010011100111011001011010000100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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