Html Css Color HEX #1864CE Denim

📋 copy color: '#1864CE'

red 24 ◦ green 100 ◦ blue 206

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

Shades of Denim #1864CE

Tints of Denim #1864CE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.3%

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

R = 7.27%
G = 30.3%
B = 62.42%

CMYK

 C value IS 0.88

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1864CE (or 0x1864CE) is known color: Denim. HEX triplet: 18, 64 and CE. RGB value is (24,100,206). Sum of RGB (Red+Green+Blue) = 24+100+206=330 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.27% from 330); Green value is 100 (39.45% from 255 or 30.30% from 330); Blue value is 206 (80.86% from 255 or 62.42% from 330); Max value from RGB is 206 - color contains mainly: blue. Hex color #1864CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1864CE is #E79B31. Grayscale: #585858. Windows color (decimal): -15178546 or 13526040. OLE color: 13526040.

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

Color convert

RGB 24 100 206 -
CMYK 0.88 0.51 0 0.19
HSL 214.95º 0.79% 0.45% -
HSV(B) 214.95º 0.88% 0.81% -
XYZ 16.07 13.76 60.2 -
YUV 89.36 193.82 81.38 -
System Red Green Blue C M Y K H S L
Decimal 24 100 206 0.88 0.51 0 0.19 214.95 0.79 0.45
Hex 18 64 CE 58 33 0 13 D7 4F 2D
Octal 30 144 316 130 63 0 23 327 117 55
Binary 11000 1100100 11001110 1011000 110011 0 10011 11010111 1001111 101101

Color Harmonies of #1864CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1864CE

Black with #1864CE

Text Example


Text Example

White with #1864CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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