#1478BC

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

Shades of Denim #1478BC

Tints of Denim #1478BC

Color information

#1478BC (or 0x1478BC) is unknown color: approx Denim. HEX triplet: 14, 78 and BC. RGB value is (20,120,188). Sum of RGB (Red+Green+Blue) = 20+120+188=328 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.10% from 328); Green value is 120 (47.27% from 255 or 36.59% from 328); Blue value is 188 (73.83% from 255 or 57.32% from 328); Max value from RGB is 188 - color contains mainly: blue. Hex color #1478BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1478BC is #EB8743. Grayscale: #616161. Windows color (decimal): -15435588 or 12351508. OLE color: 12351508.

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

Color convert

RGB20120188-
CMYK0.890.3600.26
HSL204.29º80.77%40.78%-
HSV(B)204.29º89.36%73.73%-
XYZ16.0817.2150.05-
YUV97.85178.8772.47-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.10%
GREEN value IS 120 (47.27% from 255) = 36.59%
BLUE value IS 188 (73.83% from 255) = 57.32%
R=6.10%
G=36.59%
B=57.32%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal201201880.890.3600.26204.2980.7740.78
Hex1478BC592401Acc5129
Octal241702741314403231412151
Binary101001111000101111001011001100100011010110011001010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1478BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1478BC; }

 p { color: rgb(20,120,188); }

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

<style>
 a { background-color: #1478BC; }

 a { background-color: rgb(20,120,188); }

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

<style>
 span { border-color: #1478BC; }

 span { border-color: rgb(20,120,188); }

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