Html Css Color HEX #1853AA Denim

📋 copy color: '#1853AA'

red 24 ◦ green 83 ◦ blue 170

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

Shades of Denim #1853AA

Tints of Denim #1853AA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.96%

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

R = 8.66%
G = 29.96%
B = 61.37%

CMYK

 C value IS 0.86

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1853AA (or 0x1853AA) is known color: Denim. HEX triplet: 18, 53 and AA. RGB value is (24,83,170). Sum of RGB (Red+Green+Blue) = 24+83+170=277 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.66% from 277); Green value is 83 (32.81% from 255 or 29.96% from 277); Blue value is 170 (66.80% from 255 or 61.37% from 277); Max value from RGB is 170 - color contains mainly: blue. Hex color #1853AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1853AA is #E7AC55. Grayscale: #4A4A4A. Windows color (decimal): -15182934 or 11162392. OLE color: 11162392.

HSL color Cylindrical-coordinate representation of color #1853AA: hue angle of 215.75º 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 #1853AA is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 24 83 170 -
CMYK 0.86 0.51 0 0.33
HSL 215.75º 0.75% 0.38% -
HSV(B) 215.75º 0.86% 0.67% -
XYZ 10.73 9.28 39.26 -
YUV 75.28 181.45 91.43 -
System Red Green Blue C M Y K H S L
Decimal 24 83 170 0.86 0.51 0 0.33 215.75 0.75 0.38
Hex 18 53 AA 56 33 0 21 D8 4B 26
Octal 30 123 252 126 63 0 41 330 113 46
Binary 11000 1010011 10101010 1010110 110011 0 100001 11011000 1001011 100110

Color Harmonies of #1853AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1853AA

Black with #1853AA

Text Example


Text Example

White with #1853AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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