Html Css Color HEX #185BDC Denim

📋 copy color: '#185BDC'

red 24 ◦ green 91 ◦ blue 220

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

Shades of Denim #185BDC

Tints of Denim #185BDC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.16%

 BLUE value IS 220 (86.33% from 255) = 65.67%

R = 7.16%
G = 27.16%
B = 65.67%

CMYK

 C value IS 0.89

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#185BDC (or 0x185BDC) is known color: Denim. HEX triplet: 18, 5B and DC. RGB value is (24,91,220). Sum of RGB (Red+Green+Blue) = 24+91+220=335 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.16% from 335); Green value is 91 (35.94% from 255 or 27.16% from 335); Blue value is 220 (86.33% from 255 or 65.67% from 335); Max value from RGB is 220 - color contains mainly: blue. Hex color #185BDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185BDC is #E7A423. Grayscale: #555555. Windows color (decimal): -15180836 or 14441240. OLE color: 14441240.

HSL color Cylindrical-coordinate representation of color #185BDC: hue angle of 219.49º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #185BDC is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 24 91 220 -
CMYK 0.89 0.59 0 0.14
HSL 219.49º 0.8% 0.48% -
HSV(B) 219.49º 0.89% 0.86% -
XYZ 17.04 12.84 69.29 -
YUV 85.67 203.8 84.01 -
System Red Green Blue C M Y K H S L
Decimal 24 91 220 0.89 0.59 0 0.14 219.49 0.8 0.48
Hex 18 5B DC 59 3B 0 E DB 50 30
Octal 30 133 334 131 73 0 16 333 120 60
Binary 11000 1011011 11011100 1011001 111011 0 1110 11011011 1010000 110000

Color Harmonies of #185BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185BDC

Black with #185BDC

Text Example


Text Example

White with #185BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,91,220); }

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

background-color css

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

 a { background-color: rgb(24,91,220); }

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

border-color css

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

 span { border-color: rgb(24,91,220); }

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