Html Css Color HEX #1864CD Denim

📋 copy color: '#1864CD'

red 24 ◦ green 100 ◦ blue 205

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

Shades of Denim #1864CD

Tints of Denim #1864CD

RGB

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

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

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

R = 7.29%
G = 30.4%
B = 62.31%

CMYK

 C value IS 0.88

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1864CD (or 0x1864CD) is known color: Denim. HEX triplet: 18, 64 and CD. RGB value is (24,100,205). Sum of RGB (Red+Green+Blue) = 24+100+205=329 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.29% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 205 (80.47% from 255 or 62.31% from 329); Max value from RGB is 205 - color contains mainly: blue. Hex color #1864CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1864CD is #E79B32. Grayscale: #585858. Windows color (decimal): -15178547 or 13460504. OLE color: 13460504.

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

Color convert

RGB 24 100 205 -
CMYK 0.88 0.51 0 0.20
HSL 214.81º 0.79% 0.45% -
HSV(B) 214.81º 0.88% 0.8% -
XYZ 15.95 13.72 59.56 -
YUV 89.25 193.32 81.46 -
System Red Green Blue C M Y K H S L
Decimal 24 100 205 0.88 0.51 0 0.20 214.81 0.79 0.45
Hex 18 64 CD 58 33 0 14 D7 4F 2D
Octal 30 144 315 130 63 0 24 327 117 55
Binary 11000 1100100 11001101 1011000 110011 0 10100 11010111 1001111 101101

Color Harmonies of #1864CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1864CD

Black with #1864CD

Text Example


Text Example

White with #1864CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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