#154E72

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

Shades of Dark Cerulean #154E72

Tints of Dark Cerulean #154E72

Color information

#154E72 (or 0x154E72) is unknown color: approx Dark Cerulean. HEX triplet: 15, 4E and 72. RGB value is (21,78,114). Sum of RGB (Red+Green+Blue) = 21+78+114=213 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.86% from 213); Green value is 78 (30.86% from 255 or 36.62% from 213); Blue value is 114 (44.92% from 255 or 53.52% from 213); Max value from RGB is 114 - color contains mainly: blue. Hex color #154E72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154E72 is #EAB18D. Grayscale: #404040. Windows color (decimal): -15380878 or 7491093. OLE color: 7491093.

HSL color Cylindrical-coordinate representation of color #154E72: hue angle of 203.23º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #154E72 is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2178114-
CMYK0.820.3200.55
HSL203.23º68.89%26.47%-
HSV(B)203.23º81.58%44.71%-
XYZ6.076.8216.92-
YUV65.06155.6296.57-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.86%
GREEN value IS 78 (30.86% from 255) = 36.62%
BLUE value IS 114 (44.92% from 255) = 53.52%
R=9.86%
G=36.62%
B=53.52%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21781140.820.3200.55203.2368.8926.47
Hex154E725220037cb451a
Octal251161621224006731310532
Binary10101100111011100101010010100000011011111001011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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