Html Css Color HEX #1850AA Denim

📋 copy color: '#1850AA'

red 24 ◦ green 80 ◦ blue 170

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

Shades of Denim #1850AA

Tints of Denim #1850AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 62.04%

R = 8.76%
G = 29.2%
B = 62.04%

CMYK

 C value IS 0.86

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1850AA (or 0x1850AA) is known color: Denim. HEX triplet: 18, 50 and AA. RGB value is (24,80,170). Sum of RGB (Red+Green+Blue) = 24+80+170=274 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.76% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 170 (66.80% from 255 or 62.04% from 274); Max value from RGB is 170 - color contains mainly: blue. Hex color #1850AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1850AA is #E7AF55. Grayscale: #494949. Windows color (decimal): -15183702 or 11161624. OLE color: 11161624.

HSL color Cylindrical-coordinate representation of color #1850AA: hue angle of 216.99º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1850AA is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 24 80 170 -
CMYK 0.86 0.53 0 0.33
HSL 216.99º 0.75% 0.38% -
HSV(B) 216.99º 0.86% 0.67% -
XYZ 10.5 8.83 39.18 -
YUV 73.52 182.45 92.68 -
System Red Green Blue C M Y K H S L
Decimal 24 80 170 0.86 0.53 0 0.33 216.99 0.75 0.38
Hex 18 50 AA 56 35 0 21 D9 4B 26
Octal 30 120 252 126 65 0 41 331 113 46
Binary 11000 1010000 10101010 1010110 110101 0 100001 11011001 1001011 100110

Color Harmonies of #1850AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1850AA

Black with #1850AA

Text Example


Text Example

White with #1850AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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