#144E74

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

Shades of Dark Cerulean #144E74

Tints of Dark Cerulean #144E74

Color information

#144E74 (or 0x144E74) is unknown color: approx Dark Cerulean. HEX triplet: 14, 4E and 74. RGB value is (20,78,116). Sum of RGB (Red+Green+Blue) = 20+78+116=214 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.35% from 214); Green value is 78 (30.86% from 255 or 36.45% from 214); Blue value is 116 (45.70% from 255 or 54.21% from 214); Max value from RGB is 116 - color contains mainly: blue. Hex color #144E74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144E74 is #EBB18B. Grayscale: #404040. Windows color (decimal): -15446412 or 7622164. OLE color: 7622164.

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

Color convert

RGB2078116-
CMYK0.830.3300.55
HSL203.75º70.59%26.67%-
HSV(B)203.75º82.76%45.49%-
XYZ6.176.8617.52-
YUV64.99156.7895.91-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.35%
GREEN value IS 78 (30.86% from 255) = 36.45%
BLUE value IS 116 (45.70% from 255) = 54.21%
R=9.35%
G=36.45%
B=54.21%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20781160.830.3300.55203.7570.5926.67
Hex144E745321037cc471b
Octal241161641234106731410733
Binary10100100111011101001010011100001011011111001100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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