#144FC4

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

Shades of Denim #144FC4

Tints of Denim #144FC4

Color information

#144FC4 (or 0x144FC4) is unknown color: approx Denim. HEX triplet: 14, 4F and C4. RGB value is (20,79,196). Sum of RGB (Red+Green+Blue) = 20+79+196=295 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.78% from 295); Green value is 79 (31.25% from 255 or 26.78% from 295); Blue value is 196 (76.95% from 255 or 66.44% from 295); Max value from RGB is 196 - color contains mainly: blue. Hex color #144FC4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #144FC4 is #EBB03B. Grayscale: #4A4A4A. Windows color (decimal): -15446076 or 12865300. OLE color: 12865300.

HSL color Cylindrical-coordinate representation of color #144FC4: hue angle of 219.89º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #144FC4 is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB2079196-
CMYK0.900.6000.23
HSL219.89º81.48%42.35%-
HSV(B)219.89º89.8%76.86%-
XYZ13.059.7353.41-
YUV74.7196.4588.99-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.78%
GREEN value IS 79 (31.25% from 255) = 26.78%
BLUE value IS 196 (76.95% from 255) = 66.44%
R=6.78%
G=26.78%
B=66.44%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal20791960.900.6000.23219.8981.4842.35
Hex144FC45A3C017dc512a
Octal241173041327402733412152
Binary101001001111110001001011010111100010111110111001010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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