#1879BF

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

Shades of Denim #1879BF

Tints of Denim #1879BF

Color information

#1879BF (or 0x1879BF) is unknown color: approx Denim. HEX triplet: 18, 79 and BF. RGB value is (24,121,191). Sum of RGB (Red+Green+Blue) = 24+121+191=336 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.14% from 336); Green value is 121 (47.66% from 255 or 36.01% from 336); Blue value is 191 (75% from 255 or 56.85% from 336); Max value from RGB is 191 - color contains mainly: blue. Hex color #1879BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1879BF is #E78640. Grayscale: #636363. Windows color (decimal): -15173185 or 12548376. OLE color: 12548376.

HSL color Cylindrical-coordinate representation of color #1879BF: hue angle of 205.15º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1879BF is Cyan = 0.87, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB24121191-
CMYK0.870.3700.25
HSL205.15º77.67%42.16%-
HSV(B)205.15º87.43%74.9%-
XYZ16.6217.6351.82-
YUV99.98179.3673.81-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.14%
GREEN value IS 121 (47.66% from 255) = 36.01%
BLUE value IS 191 (75% from 255) = 56.85%
R=7.14%
G=36.01%
B=56.85%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal241211910.870.3700.25205.1577.6742.16
Hex1879BF5725019cd4e2a
Octal301712771274503131511652
Binary110001111001101111111010111100101011001110011011001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1879BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1879BF; }

 p { color: rgb(24,121,191); }

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

<style>
 a { background-color: #1879BF; }

 a { background-color: rgb(24,121,191); }

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

<style>
 span { border-color: #1879BF; }

 span { border-color: rgb(24,121,191); }

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