#146DB0

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

Shades of Denim #146DB0

Tints of Denim #146DB0

Color information

#146DB0 (or 0x146DB0) is unknown color: approx Denim. HEX triplet: 14, 6D and B0. RGB value is (20,109,176). Sum of RGB (Red+Green+Blue) = 20+109+176=305 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.56% from 305); Green value is 109 (42.97% from 255 or 35.74% from 305); Blue value is 176 (69.14% from 255 or 57.70% from 305); Max value from RGB is 176 - color contains mainly: blue. Hex color #146DB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146DB0 is #EB924F. Grayscale: #595959. Windows color (decimal): -15438416 or 11562260. OLE color: 11562260.

HSL color Cylindrical-coordinate representation of color #146DB0: hue angle of 205.77º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #146DB0 is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB20109176-
CMYK0.890.3800.31
HSL205.77º79.59%38.43%-
HSV(B)205.77º88.64%69.02%-
XYZ13.5914.2243.1-
YUV90.03176.5178.05-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.56%
GREEN value IS 109 (42.97% from 255) = 35.74%
BLUE value IS 176 (69.14% from 255) = 57.70%
R=6.56%
G=35.74%
B=57.70%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal201091760.890.3800.31205.7779.5938.43
Hex146DB0592601Fce5026
Octal241552601314603731612046
Binary101001101101101100001011001100110011111110011101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146DB0; }

 p { color: rgb(20,109,176); }

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

<style>
 a { background-color: #146DB0; }

 a { background-color: rgb(20,109,176); }

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

<style>
 span { border-color: #146DB0; }

 span { border-color: rgb(20,109,176); }

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