#1479BE

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

Shades of Denim #1479BE

Tints of Denim #1479BE

Color information

#1479BE (or 0x1479BE) is unknown color: approx Denim. HEX triplet: 14, 79 and BE. RGB value is (20,121,190). Sum of RGB (Red+Green+Blue) = 20+121+190=331 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.04% from 331); Green value is 121 (47.66% from 255 or 36.56% from 331); Blue value is 190 (74.61% from 255 or 57.40% from 331); Max value from RGB is 190 - color contains mainly: blue. Hex color #1479BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1479BE is #EB8641. Grayscale: #626262. Windows color (decimal): -15435330 or 12482836. OLE color: 12482836.

HSL color Cylindrical-coordinate representation of color #1479BE: hue angle of 204.35º 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 #1479BE is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB20121190-
CMYK0.890.3600.25
HSL204.35º80.95%41.18%-
HSV(B)204.35º89.47%74.51%-
XYZ16.4217.5451.24-
YUV98.67179.5471.89-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.04%
GREEN value IS 121 (47.66% from 255) = 36.56%
BLUE value IS 190 (74.61% from 255) = 57.40%
R=6.04%
G=36.56%
B=57.40%

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
Decimal201211900.890.3600.25204.3580.9541.18
Hex1479BE5924019cc5129
Octal241712761314403131412151
Binary101001111001101111101011001100100011001110011001010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1479BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1479BE; }

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

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

<style>
 a { background-color: #1479BE; }

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

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

<style>
 span { border-color: #1479BE; }

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

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