#144E72

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

Shades of Dark Cerulean #144E72

Tints of Dark Cerulean #144E72

Color information

#144E72 (or 0x144E72) is unknown color: approx Dark Cerulean. HEX triplet: 14, 4E and 72. RGB value is (20,78,114). Sum of RGB (Red+Green+Blue) = 20+78+114=212 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.43% from 212); Green value is 78 (30.86% from 255 or 36.79% from 212); Blue value is 114 (44.92% from 255 or 53.77% from 212); Max value from RGB is 114 - color contains mainly: blue. Hex color #144E72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144E72 is #EBB18D. Grayscale: #404040. Windows color (decimal): -15446414 or 7491092. OLE color: 7491092.

HSL color Cylindrical-coordinate representation of color #144E72: hue angle of 202.98º degrees, saturation: 0.7, 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 #144E72 is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2078114-
CMYK0.820.3200.55
HSL202.98º70.15%26.27%-
HSV(B)202.98º82.46%44.71%-
XYZ6.056.8116.92-
YUV64.76155.7896.07-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.43%
GREEN value IS 78 (30.86% from 255) = 36.79%
BLUE value IS 114 (44.92% from 255) = 53.77%
R=9.43%
G=36.79%
B=53.77%

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
Decimal20781140.820.3200.55202.9870.1526.27
Hex144E725220037cb461a
Octal241161621224006731310632
Binary10100100111011100101010010100000011011111001011100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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