#144E8E

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

Shades of Dark Cerulean #144E8E

Tints of Dark Cerulean #144E8E

Color information

#144E8E (or 0x144E8E) is unknown color: approx Dark Cerulean. HEX triplet: 14, 4E and 8E. RGB value is (20,78,142). Sum of RGB (Red+Green+Blue) = 20+78+142=240 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.33% from 240); Green value is 78 (30.86% from 255 or 32.5% 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 #144E8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #144E8E is #EBB171. Grayscale: #434343. Windows color (decimal): -15446386 or 9326100. OLE color: 9326100.

HSL color Cylindrical-coordinate representation of color #144E8E: hue angle of 211.48º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #144E8E is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2078142-
CMYK0.860.4500.44
HSL211.48º75.31%31.76%-
HSV(B)211.48º85.92%55.69%-
XYZ7.97.5526.63-
YUV67.95169.7893.8-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.33%
GREEN value IS 78 (30.86% from 255) = 32.5%
BLUE value IS 142 (55.86% from 255) = 59.17%
R=8.33%
G=32.5%
B=59.17%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal20781420.860.4500.44211.4875.3131.76
Hex144E8E562D02Cd34b20
Octal241162161265505432311340
Binary1010010011101000111010101101011010101100110100111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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