#144ec9

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

Shades of Denim #144EC9

Tints of Denim #144EC9

Color information

#144EC9 (or 0x144EC9) is unknown color: approx Denim. HEX triplet: 14, 4E and C9. RGB value is (20,78,201). Sum of RGB (Red+Green+Blue) = 20+78+201=299 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.69% from 299); Green value is 78 (30.86% from 255 or 26.09% from 299); Blue value is 201 (78.91% from 255 or 67.22% from 299); Max value from RGB is 201 - color contains mainly: blue. Hex color #144EC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #144EC9 is #EBB136. Grayscale: #4A4A4A. Windows color (decimal): -15446327 or 13192724. OLE color: 13192724.

HSL color Cylindrical-coordinate representation of color #144EC9: hue angle of 220.77º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #144EC9 is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB2078201-
CMYK0.900.6100.21
HSL220.77º81.9%43.33%-
HSV(B)220.77º90.05%78.82%-
XYZ13.569.8156.44-
YUV74.68199.2889-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.69%
GREEN value IS 78 (30.86% from 255) = 26.09%
BLUE value IS 201 (78.91% from 255) = 67.22%
R=6.69%
G=26.09%
B=67.22%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20782010.900.6100.21220.7781.943.33
Hex144EC95A3D015dd522b
Octal241163111327502533512253
Binary101001001110110010011011010111101010101110111011010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144ec9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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