Html Css Color HEX #1859D7 Denim

📋 copy color: '#1859D7'

red 24 ◦ green 89 ◦ blue 215

#1859D7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Denim #1859D7

Tints of Denim #1859D7

RGB

 RED value IS 24 (9.77% from 255) = 7.32%

 GREEN value IS 89 (35.16% from 255) = 27.13%

 BLUE value IS 215 (84.38% from 255) = 65.55%

R = 7.32%
G = 27.13%
B = 65.55%

CMYK

 C value IS 0.89

 M value IS 0.59

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1859D7 (or 0x1859D7) is known color: Denim. HEX triplet: 18, 59 and D7. RGB value is (24,89,215). Sum of RGB (Red+Green+Blue) = 24+89+215=328 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.32% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 215 (84.38% from 255 or 65.55% from 328); Max value from RGB is 215 - color contains mainly: blue. Hex color #1859D7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1859D7 is #E7A628. Grayscale: #535353. Windows color (decimal): -15181353 or 14113048. OLE color: 14113048.

HSL color Cylindrical-coordinate representation of color #1859D7: hue angle of 219.58º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1859D7 is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 24 89 215 -
CMYK 0.89 0.59 0 0.16
HSL 219.58º 0.8% 0.47% -
HSV(B) 219.58º 0.89% 0.84% -
XYZ 16.21 12.25 65.8 -
YUV 83.93 201.97 85.25 -
System Red Green Blue C M Y K H S L
Decimal 24 89 215 0.89 0.59 0 0.16 219.58 0.8 0.47
Hex 18 59 D7 59 3B 0 10 DC 50 2F
Octal 30 131 327 131 73 0 20 334 120 57
Binary 11000 1011001 11010111 1011001 111011 0 10000 11011100 1010000 101111

Color Harmonies of #1859D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1859D7

Black with #1859D7

Text Example


Text Example

White with #1859D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1859D7;
 }
 .AnyTagClassName
 {
   color: #1859D7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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