#146EB0

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

Shades of Denim #146EB0

Tints of Denim #146EB0

Color information

#146EB0 (or 0x146EB0) is unknown color: approx Denim. HEX triplet: 14, 6E and B0. RGB value is (20,110,176). Sum of RGB (Red+Green+Blue) = 20+110+176=306 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.54% from 306); Green value is 110 (43.36% from 255 or 35.95% from 306); Blue value is 176 (69.14% from 255 or 57.52% from 306); Max value from RGB is 176 - color contains mainly: blue. Hex color #146EB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146EB0 is #EB914F. Grayscale: #5A5A5A. Windows color (decimal): -15438160 or 11562516. OLE color: 11562516.

HSL color Cylindrical-coordinate representation of color #146EB0: hue angle of 205.38º 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 #146EB0 is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB20110176-
CMYK0.890.3700.31
HSL205.38º79.59%38.43%-
HSV(B)205.38º88.64%69.02%-
XYZ13.714.4443.14-
YUV90.61176.1877.63-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.54%
GREEN value IS 110 (43.36% from 255) = 35.95%
BLUE value IS 176 (69.14% from 255) = 57.52%
R=6.54%
G=35.95%
B=57.52%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal201101760.890.3700.31205.3879.5938.43
Hex146EB0592501Fcd5026
Octal241562601314503731512046
Binary101001101110101100001011001100101011111110011011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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