Html Css Color HEX #1859DF Denim

📋 copy color: '#1859DF'

red 24 ◦ green 89 ◦ blue 223

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

Shades of Denim #1859DF

Tints of Denim #1859DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 66.37%

R = 7.14%
G = 26.49%
B = 66.37%

CMYK

 C value IS 0.89

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1859DF (or 0x1859DF) is known color: Denim. HEX triplet: 18, 59 and DF. RGB value is (24,89,223). Sum of RGB (Red+Green+Blue) = 24+89+223=336 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.14% from 336); Green value is 89 (35.16% from 255 or 26.49% from 336); Blue value is 223 (87.5% from 255 or 66.37% from 336); Max value from RGB is 223 - color contains mainly: blue. Hex color #1859DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1859DF is #E7A620. Grayscale: #545454. Windows color (decimal): -15181345 or 14637336. OLE color: 14637336.

HSL color Cylindrical-coordinate representation of color #1859DF: hue angle of 220.4º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1859DF is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 24 89 223 -
CMYK 0.89 0.60 0 0.13
HSL 220.4º 0.81% 0.48% -
HSV(B) 220.4º 0.89% 0.87% -
XYZ 17.27 12.67 71.35 -
YUV 84.84 205.97 84.6 -
System Red Green Blue C M Y K H S L
Decimal 24 89 223 0.89 0.60 0 0.13 220.4 0.81 0.48
Hex 18 59 DF 59 3C 0 D DC 51 30
Octal 30 131 337 131 74 0 15 334 121 60
Binary 11000 1011001 11011111 1011001 111100 0 1101 11011100 1010001 110000

Color Harmonies of #1859DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1859DF

Black with #1859DF

Text Example


Text Example

White with #1859DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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