Html Css Color HEX #1850AE Denim

📋 copy color: '#1850AE'

red 24 ◦ green 80 ◦ blue 174

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

Shades of Denim #1850AE

Tints of Denim #1850AE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.78%

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

R = 8.63%
G = 28.78%
B = 62.59%

CMYK

 C value IS 0.86

 M value IS 0.54

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1850AE (or 0x1850AE) is known color: Denim. HEX triplet: 18, 50 and AE. RGB value is (24,80,174). Sum of RGB (Red+Green+Blue) = 24+80+174=278 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.63% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 174 (68.36% from 255 or 62.59% from 278); Max value from RGB is 174 - color contains mainly: blue. Hex color #1850AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1850AE is #E7AF51. Grayscale: #494949. Windows color (decimal): -15183698 or 11423768. OLE color: 11423768.

HSL color Cylindrical-coordinate representation of color #1850AE: hue angle of 217.6º 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 #1850AE is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 24 80 174 -
CMYK 0.86 0.54 0 0.32
HSL 217.6º 0.76% 0.39% -
HSV(B) 217.6º 0.86% 0.68% -
XYZ 10.89 8.99 41.21 -
YUV 73.97 184.45 92.36 -
System Red Green Blue C M Y K H S L
Decimal 24 80 174 0.86 0.54 0 0.32 217.6 0.76 0.39
Hex 18 50 AE 56 36 0 20 DA 4C 27
Octal 30 120 256 126 66 0 40 332 114 47
Binary 11000 1010000 10101110 1010110 110110 0 100000 11011010 1001100 100111

Color Harmonies of #1850AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1850AE

Black with #1850AE

Text Example


Text Example

White with #1850AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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