#154D8E

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

Shades of Dark Cerulean #154D8E

Tints of Dark Cerulean #154D8E

Color information

#154D8E (or 0x154D8E) is unknown color: approx Dark Cerulean. HEX triplet: 15, 4D and 8E. RGB value is (21,77,142). Sum of RGB (Red+Green+Blue) = 21+77+142=240 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.75% from 240); Green value is 77 (30.47% from 255 or 32.08% from 240); Blue value is 142 (55.86% from 255 or 59.17% from 240); Max value from RGB is 142 - color contains mainly: blue. Hex color #154D8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #154D8E is #EAB271. Grayscale: #434343. Windows color (decimal): -15381106 or 9325845. OLE color: 9325845.

HSL color Cylindrical-coordinate representation of color #154D8E: hue angle of 212.23º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #154D8E is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2177142-
CMYK0.850.4600.44
HSL212.23º74.23%31.96%-
HSV(B)212.23º85.21%55.69%-
XYZ7.857.4226.61-
YUV67.67169.9594.71-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.75%
GREEN value IS 77 (30.47% from 255) = 32.08%
BLUE value IS 142 (55.86% from 255) = 59.17%
R=8.75%
G=32.08%
B=59.17%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal21771420.850.4600.44212.2374.2331.96
Hex154D8E552E02Cd44a20
Octal251152161255605432411240
Binary1010110011011000111010101011011100101100110101001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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