#144F79

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

Shades of Dark Cerulean #144F79

Tints of Dark Cerulean #144F79

Color information

#144F79 (or 0x144F79) is unknown color: approx Dark Cerulean. HEX triplet: 14, 4F and 79. RGB value is (20,79,121). Sum of RGB (Red+Green+Blue) = 20+79+121=220 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.09% from 220); Green value is 79 (31.25% from 255 or 35.91% from 220); Blue value is 121 (47.66% from 255 or 55% from 220); Max value from RGB is 121 - color contains mainly: blue. Hex color #144F79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144F79 is #EBB086. Grayscale: #414141. Windows color (decimal): -15446151 or 7950100. OLE color: 7950100.

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

Color convert

RGB2079121-
CMYK0.830.3500.53
HSL204.95º71.63%27.65%-
HSV(B)204.95º83.47%47.45%-
XYZ6.547.1219.12-
YUV66.15158.9595.08-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.09%
GREEN value IS 79 (31.25% from 255) = 35.91%
BLUE value IS 121 (47.66% from 255) = 55%
R=9.09%
G=35.91%
B=55%

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
Decimal20791210.830.3500.53204.9571.6327.65
Hex144F795323035cd481c
Octal241171711234306531511034
Binary10100100111111110011010011100011011010111001101100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,79,121); }

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

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

 a { background-color: rgb(20,79,121); }

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

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

 span { border-color: rgb(20,79,121); }

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