#146FBB

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

Shades of Denim #146FBB

Tints of Denim #146FBB

Color information

#146FBB (or 0x146FBB) is unknown color: approx Denim. HEX triplet: 14, 6F and BB. RGB value is (20,111,187). Sum of RGB (Red+Green+Blue) = 20+111+187=318 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.29% from 318); Green value is 111 (43.75% from 255 or 34.91% from 318); Blue value is 187 (73.44% from 255 or 58.81% from 318); Max value from RGB is 187 - color contains mainly: blue. Hex color #146FBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146FBB is #EB9044. Grayscale: #5C5C5C. Windows color (decimal): -15437893 or 12283668. OLE color: 12283668.

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

Color convert

RGB20111187-
CMYK0.890.4100.27
HSL207.31º80.68%40.59%-
HSV(B)207.31º89.3%73.33%-
XYZ14.9415.1149.14-
YUV92.46181.3576.32-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.29%
GREEN value IS 111 (43.75% from 255) = 34.91%
BLUE value IS 187 (73.44% from 255) = 58.81%
R=6.29%
G=34.91%
B=58.81%

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
Decimal201111870.890.4100.27207.3180.6840.59
Hex146FBB592901Bcf5129
Octal241572731315103331712151
Binary101001101111101110111011001101001011011110011111010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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