#147ABE

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

Shades of Denim #147ABE

Tints of Denim #147ABE

Color information

#147ABE (or 0x147ABE) is unknown color: approx Denim. HEX triplet: 14, 7A and BE. RGB value is (20,122,190). Sum of RGB (Red+Green+Blue) = 20+122+190=332 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.02% from 332); Green value is 122 (48.05% from 255 or 36.75% from 332); Blue value is 190 (74.61% from 255 or 57.23% from 332); Max value from RGB is 190 - color contains mainly: blue. Hex color #147ABE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147ABE is #EB8541. Grayscale: #626262. Windows color (decimal): -15435074 or 12483092. OLE color: 12483092.

HSL color Cylindrical-coordinate representation of color #147ABE: hue angle of 204º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #147ABE is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB20122190-
CMYK0.890.3600.25
HSL204º80.95%41.18%-
HSV(B)204º89.47%74.51%-
XYZ16.5417.7951.28-
YUV99.25179.2171.47-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.02%
GREEN value IS 122 (48.05% from 255) = 36.75%
BLUE value IS 190 (74.61% from 255) = 57.23%
R=6.02%
G=36.75%
B=57.23%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal201221900.890.3600.2520480.9541.18
Hex147ABE5924019cc5129
Octal241722761314403131412151
Binary101001111010101111101011001100100011001110011001010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147ABE; }

 p { color: rgb(20,122,190); }

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

<style>
 a { background-color: #147ABE; }

 a { background-color: rgb(20,122,190); }

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

<style>
 span { border-color: #147ABE; }

 span { border-color: rgb(20,122,190); }

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