#144E78

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

Shades of Dark Cerulean #144E78

Tints of Dark Cerulean #144E78

Color information

#144E78 (or 0x144E78) is unknown color: approx Dark Cerulean. HEX triplet: 14, 4E and 78. RGB value is (20,78,120). Sum of RGB (Red+Green+Blue) = 20+78+120=218 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.17% from 218); Green value is 78 (30.86% from 255 or 35.78% from 218); Blue value is 120 (47.27% from 255 or 55.05% from 218); Max value from RGB is 120 - color contains mainly: blue. Hex color #144E78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144E78 is #EBB187. Grayscale: #414141. Windows color (decimal): -15446408 or 7884308. OLE color: 7884308.

HSL color Cylindrical-coordinate representation of color #144E78: hue angle of 205.2º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #144E78 is Cyan = 0.83, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2078120-
CMYK0.830.3500.53
HSL205.2º71.43%27.45%-
HSV(B)205.2º83.33%47.06%-
XYZ6.46.9518.77-
YUV65.45158.7895.58-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.17%
GREEN value IS 78 (30.86% from 255) = 35.78%
BLUE value IS 120 (47.27% from 255) = 55.05%
R=9.17%
G=35.78%
B=55.05%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal20781200.830.3500.53205.271.4327.45
Hex144E785323035cd471b
Octal241161701234306531510733
Binary10100100111011110001010011100011011010111001101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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