#154E84

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

Shades of Dark Cerulean #154E84

Tints of Dark Cerulean #154E84

Color information

#154E84 (or 0x154E84) is unknown color: approx Dark Cerulean. HEX triplet: 15, 4E and 84. RGB value is (21,78,132). Sum of RGB (Red+Green+Blue) = 21+78+132=231 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.09% from 231); Green value is 78 (30.86% from 255 or 33.77% from 231); Blue value is 132 (51.95% from 255 or 57.14% from 231); Max value from RGB is 132 - color contains mainly: blue. Hex color #154E84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #154E84 is #EAB17B. Grayscale: #424242. Windows color (decimal): -15380860 or 8670741. OLE color: 8670741.

HSL color Cylindrical-coordinate representation of color #154E84: hue angle of 209.19º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #154E84 is Cyan = 0.84, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2178132-
CMYK0.840.4100.48
HSL209.19º72.55%30%-
HSV(B)209.19º84.09%51.76%-
XYZ7.27.2722.85-
YUV67.11164.6295.11-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.09%
GREEN value IS 78 (30.86% from 255) = 33.77%
BLUE value IS 132 (51.95% from 255) = 57.14%
R=9.09%
G=33.77%
B=57.14%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal21781320.840.4100.48209.1972.5530
Hex154E845429030d1491e
Octal251162041245106032111136
Binary101011001110100001001010100101001011000011010001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,78,132); }

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

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

 a { background-color: rgb(21,78,132); }

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

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

 span { border-color: rgb(21,78,132); }

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