#144DBD

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

Shades of Denim #144DBD

Tints of Denim #144DBD

Color information

#144DBD (or 0x144DBD) is unknown color: approx Denim. HEX triplet: 14, 4D and BD. RGB value is (20,77,189). Sum of RGB (Red+Green+Blue) = 20+77+189=286 (37% of max value = 765). Red value is 20 (8.20% from 255 or 6.99% from 286); Green value is 77 (30.47% from 255 or 26.92% from 286); Blue value is 189 (74.22% from 255 or 66.08% from 286); Max value from RGB is 189 - color contains mainly: blue. Hex color #144DBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #144DBD is #EBB242. Grayscale: #484848. Windows color (decimal): -15446595 or 12406036. OLE color: 12406036.

HSL color Cylindrical-coordinate representation of color #144DBD: hue angle of 219.76º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #144DBD is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB2077189-
CMYK0.890.5900.26
HSL219.76º80.86%40.98%-
HSV(B)219.76º89.42%74.12%-
XYZ12.139.1349.27-
YUV72.72193.6290.39-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.99%
GREEN value IS 77 (30.47% from 255) = 26.92%
BLUE value IS 189 (74.22% from 255) = 66.08%
R=6.99%
G=26.92%
B=66.08%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal20771890.890.5900.26219.7680.8640.98
Hex144DBD593B01Adc5129
Octal241152751317303233412151
Binary101001001101101111011011001111011011010110111001010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,77,189); }

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

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

 a { background-color: rgb(20,77,189); }

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

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

 span { border-color: rgb(20,77,189); }

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