#1859BA

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

Shades of Denim #1859BA

Tints of Denim #1859BA

Color information

#1859BA (or 0x1859BA) is unknown color: approx Denim. HEX triplet: 18, 59 and BA. RGB value is (24,89,186). Sum of RGB (Red+Green+Blue) = 24+89+186=299 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.03% from 299); Green value is 89 (35.16% from 255 or 29.77% from 299); Blue value is 186 (73.05% from 255 or 62.21% from 299); Max value from RGB is 186 - color contains mainly: blue. Hex color #1859BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1859BA is #E7A645. Grayscale: #505050. Windows color (decimal): -15181382 or 12212504. OLE color: 12212504.

HSL color Cylindrical-coordinate representation of color #1859BA: hue angle of 215.93º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1859BA is Cyan = 0.87, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2489186-
CMYK0.870.5200.27
HSL215.93º77.14%41.18%-
HSV(B)215.93º87.1%72.94%-
XYZ12.8110.8847.88-
YUV80.62187.4787.61-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.03%
GREEN value IS 89 (35.16% from 255) = 29.77%
BLUE value IS 186 (73.05% from 255) = 62.21%
R=8.03%
G=29.77%
B=62.21%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal24891860.870.5200.27215.9377.1441.18
Hex1859BA573401Bd84d29
Octal301312721276403333011551
Binary110001011001101110101010111110100011011110110001001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1859BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1859BA; }

 p { color: rgb(24,89,186); }

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

<style>
 a { background-color: #1859BA; }

 a { background-color: rgb(24,89,186); }

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

<style>
 span { border-color: #1859BA; }

 span { border-color: rgb(24,89,186); }

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