Html Css Color HEX #185AD1 Denim

📋 copy color: '#185AD1'

red 24 ◦ green 90 ◦ blue 209

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

Shades of Denim #185AD1

Tints of Denim #185AD1

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.86%

 BLUE value IS 209 (82.03% from 255) = 64.71%

R = 7.43%
G = 27.86%
B = 64.71%

CMYK

 C value IS 0.89

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#185AD1 (or 0x185AD1) is known color: Denim. HEX triplet: 18, 5A and D1. RGB value is (24,90,209). Sum of RGB (Red+Green+Blue) = 24+90+209=323 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.43% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 209 (82.03% from 255 or 64.71% from 323); Max value from RGB is 209 - color contains mainly: blue. Hex color #185AD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185AD1 is #E7A52E. Grayscale: #535353. Windows color (decimal): -15181103 or 13720088. OLE color: 13720088.

HSL color Cylindrical-coordinate representation of color #185AD1: hue angle of 218.59º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #185AD1 is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 24 90 209 -
CMYK 0.89 0.57 0 0.18
HSL 218.59º 0.79% 0.46% -
HSV(B) 218.59º 0.89% 0.82% -
XYZ 15.54 12.11 61.84 -
YUV 83.83 198.63 85.32 -
System Red Green Blue C M Y K H S L
Decimal 24 90 209 0.89 0.57 0 0.18 218.59 0.79 0.46
Hex 18 5A D1 59 39 0 12 DB 4F 2E
Octal 30 132 321 131 71 0 22 333 117 56
Binary 11000 1011010 11010001 1011001 111001 0 10010 11011011 1001111 101110

Color Harmonies of #185AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185AD1

Black with #185AD1

Text Example


Text Example

White with #185AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185AD1; }

 p { color: rgb(24,90,209); }

 H1.HeaderClassName
 {
   color: #185AD1;
 }
 .AnyTagClassName
 {
   color: #185AD1;
 }
</style>

background-color css

<style>
 a { background-color: #185AD1; }

 a { background-color: rgb(24,90,209); }

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

border-color css

<style>
 span { border-color: #185AD1; }

 span { border-color: rgb(24,90,209); }

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