Html Css Color HEX #1868CE Denim

📋 copy color: '#1868CE'

red 24 ◦ green 104 ◦ blue 206

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

Shades of Denim #1868CE

Tints of Denim #1868CE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.14%

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

R = 7.19%
G = 31.14%
B = 61.68%

CMYK

 C value IS 0.88

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1868CE (or 0x1868CE) is known color: Denim. HEX triplet: 18, 68 and CE. RGB value is (24,104,206). Sum of RGB (Red+Green+Blue) = 24+104+206=334 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.19% from 334); Green value is 104 (41.02% from 255 or 31.14% from 334); Blue value is 206 (80.86% from 255 or 61.68% from 334); Max value from RGB is 206 - color contains mainly: blue. Hex color #1868CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1868CE is #E79731. Grayscale: #5B5B5B. Windows color (decimal): -15177522 or 13527064. OLE color: 13527064.

HSL color Cylindrical-coordinate representation of color #1868CE: hue angle of 213.63º 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 #1868CE is Cyan = 0.88, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 24 104 206 -
CMYK 0.88 0.50 0 0.19
HSL 213.63º 0.79% 0.45% -
HSV(B) 213.63º 0.88% 0.81% -
XYZ 16.47 14.55 60.33 -
YUV 91.71 192.5 79.71 -
System Red Green Blue C M Y K H S L
Decimal 24 104 206 0.88 0.50 0 0.19 213.63 0.79 0.45
Hex 18 68 CE 58 32 0 13 D6 4F 2D
Octal 30 150 316 130 62 0 23 326 117 55
Binary 11000 1101000 11001110 1011000 110010 0 10011 11010110 1001111 101101

Color Harmonies of #1868CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1868CE

Black with #1868CE

Text Example


Text Example

White with #1868CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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