Html Css Color HEX #1859CE Denim

📋 copy color: '#1859CE'

red 24 ◦ green 89 ◦ blue 206

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

Shades of Denim #1859CE

Tints of Denim #1859CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 64.58%

R = 7.52%
G = 27.9%
B = 64.58%

CMYK

 C value IS 0.88

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1859CE (or 0x1859CE) is known color: Denim. HEX triplet: 18, 59 and CE. RGB value is (24,89,206). Sum of RGB (Red+Green+Blue) = 24+89+206=319 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.52% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 206 (80.86% from 255 or 64.58% from 319); Max value from RGB is 206 - color contains mainly: blue. Hex color #1859CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1859CE is #E7A631. Grayscale: #525252. Windows color (decimal): -15181362 or 13523224. OLE color: 13523224.

HSL color Cylindrical-coordinate representation of color #1859CE: hue angle of 218.57º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1859CE is Cyan = 0.88, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 24 89 206 -
CMYK 0.88 0.57 0 0.19
HSL 218.57º 0.79% 0.45% -
HSV(B) 218.57º 0.88% 0.81% -
XYZ 15.09 11.8 59.87 -
YUV 82.9 197.47 85.99 -
System Red Green Blue C M Y K H S L
Decimal 24 89 206 0.88 0.57 0 0.19 218.57 0.79 0.45
Hex 18 59 CE 58 39 0 13 DB 4F 2D
Octal 30 131 316 130 71 0 23 333 117 55
Binary 11000 1011001 11001110 1011000 111001 0 10011 11011011 1001111 101101

Color Harmonies of #1859CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1859CE

Black with #1859CE

Text Example


Text Example

White with #1859CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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