Html Css Color HEX #185ED1 Denim

📋 copy color: '#185ED1'

red 24 ◦ green 94 ◦ blue 209

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

Shades of Denim #185ED1

Tints of Denim #185ED1

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.75%

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

R = 7.34%
G = 28.75%
B = 63.91%

CMYK

 C value IS 0.89

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#185ED1 (or 0x185ED1) is known color: Denim. HEX triplet: 18, 5E and D1. RGB value is (24,94,209). Sum of RGB (Red+Green+Blue) = 24+94+209=327 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.34% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 209 (82.03% from 255 or 63.91% from 327); Max value from RGB is 209 - color contains mainly: blue. Hex color #185ED1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185ED1 is #E7A12E. Grayscale: #555555. Windows color (decimal): -15180079 or 13721112. OLE color: 13721112.

HSL color Cylindrical-coordinate representation of color #185ED1: hue angle of 217.3º 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 #185ED1 is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 24 94 209 -
CMYK 0.89 0.55 0 0.18
HSL 217.3º 0.79% 0.46% -
HSV(B) 217.3º 0.89% 0.82% -
XYZ 15.89 12.8 61.96 -
YUV 86.18 197.31 83.65 -
System Red Green Blue C M Y K H S L
Decimal 24 94 209 0.89 0.55 0 0.18 217.3 0.79 0.46
Hex 18 5E D1 59 37 0 12 D9 4F 2E
Octal 30 136 321 131 67 0 22 331 117 56
Binary 11000 1011110 11010001 1011001 110111 0 10010 11011001 1001111 101110

Color Harmonies of #185ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185ED1

Black with #185ED1

Text Example


Text Example

White with #185ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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