#146EBB

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

Shades of Denim #146EBB

Tints of Denim #146EBB

Color information

#146EBB (or 0x146EBB) is unknown color: approx Denim. HEX triplet: 14, 6E and BB. RGB value is (20,110,187). Sum of RGB (Red+Green+Blue) = 20+110+187=317 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.31% from 317); Green value is 110 (43.36% from 255 or 34.70% from 317); Blue value is 187 (73.44% from 255 or 58.99% from 317); Max value from RGB is 187 - color contains mainly: blue. Hex color #146EBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146EBB is #EB9144. Grayscale: #5B5B5B. Windows color (decimal): -15438149 or 12283412. OLE color: 12283412.

HSL color Cylindrical-coordinate representation of color #146EBB: hue angle of 207.66º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #146EBB is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB20110187-
CMYK0.890.4100.27
HSL207.66º80.68%40.59%-
HSV(B)207.66º89.3%73.33%-
XYZ14.8314.8949.11-
YUV91.87181.6876.74-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.31%
GREEN value IS 110 (43.36% from 255) = 34.70%
BLUE value IS 187 (73.44% from 255) = 58.99%
R=6.31%
G=34.70%
B=58.99%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal201101870.890.4100.27207.6680.6840.59
Hex146EBB592901Bd05129
Octal241562731315103332012151
Binary101001101110101110111011001101001011011110100001010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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