Html Css Color HEX #1859CD Denim

📋 copy color: '#1859CD'

red 24 ◦ green 89 ◦ blue 205

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

Shades of Denim #1859CD

Tints of Denim #1859CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 64.47%

R = 7.55%
G = 27.99%
B = 64.47%

CMYK

 C value IS 0.88

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1859CD (or 0x1859CD) is known color: Denim. HEX triplet: 18, 59 and CD. RGB value is (24,89,205). Sum of RGB (Red+Green+Blue) = 24+89+205=318 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.55% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 205 (80.47% from 255 or 64.47% from 318); Max value from RGB is 205 - color contains mainly: blue. Hex color #1859CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1859CD is #E7A632. Grayscale: #525252. Windows color (decimal): -15181363 or 13457688. OLE color: 13457688.

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

Color convert

RGB 24 89 205 -
CMYK 0.88 0.57 0 0.20
HSL 218.45º 0.79% 0.45% -
HSV(B) 218.45º 0.88% 0.8% -
XYZ 14.97 11.75 59.24 -
YUV 82.79 196.97 86.07 -
System Red Green Blue C M Y K H S L
Decimal 24 89 205 0.88 0.57 0 0.20 218.45 0.79 0.45
Hex 18 59 CD 58 39 0 14 DA 4F 2D
Octal 30 131 315 130 71 0 24 332 117 55
Binary 11000 1011001 11001101 1011000 111001 0 10100 11011010 1001111 101101

Color Harmonies of #1859CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1859CD

Black with #1859CD

Text Example


Text Example

White with #1859CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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