Html Css Color HEX #1863AE Denim

📋 copy color: '#1863AE'

red 24 ◦ green 99 ◦ blue 174

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

Shades of Denim #1863AE

Tints of Denim #1863AE

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.33%

 BLUE value IS 174 (68.36% from 255) = 58.59%

R = 8.08%
G = 33.33%
B = 58.59%

CMYK

 C value IS 0.86

 M value IS 0.43

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1863AE (or 0x1863AE) is known color: Denim. HEX triplet: 18, 63 and AE. RGB value is (24,99,174). Sum of RGB (Red+Green+Blue) = 24+99+174=297 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.08% from 297); Green value is 99 (39.06% from 255 or 33.33% from 297); Blue value is 174 (68.36% from 255 or 58.59% from 297); Max value from RGB is 174 - color contains mainly: blue. Hex color #1863AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1863AE is #E79C51. Grayscale: #545454. Windows color (decimal): -15178834 or 11428632. OLE color: 11428632.

HSL color Cylindrical-coordinate representation of color #1863AE: hue angle of 210º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1863AE is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 24 99 174 -
CMYK 0.86 0.43 0 0.32
HSL 210º 0.76% 0.39% -
HSV(B) 210º 0.86% 0.68% -
XYZ 12.48 12.17 41.74 -
YUV 85.13 178.15 84.4 -
System Red Green Blue C M Y K H S L
Decimal 24 99 174 0.86 0.43 0 0.32 210 0.76 0.39
Hex 18 63 AE 56 2B 0 20 D2 4C 27
Octal 30 143 256 126 53 0 40 322 114 47
Binary 11000 1100011 10101110 1010110 101011 0 100000 11010010 1001100 100111

Color Harmonies of #1863AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1863AE

Black with #1863AE

Text Example


Text Example

White with #1863AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1863AE; }

 p { color: rgb(24,99,174); }

 H1.HeaderClassName
 {
   color: #1863AE;
 }
 .AnyTagClassName
 {
   color: #1863AE;
 }
</style>

background-color css

<style>
 a { background-color: #1863AE; }

 a { background-color: rgb(24,99,174); }

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

border-color css

<style>
 span { border-color: #1863AE; }

 span { border-color: rgb(24,99,174); }

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