Html Css Color HEX #185DDA Denim

📋 copy color: '#185DDA'

red 24 ◦ green 93 ◦ blue 218

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

Shades of Denim #185DDA

Tints of Denim #185DDA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.76%

 BLUE value IS 218 (85.55% from 255) = 65.07%

R = 7.16%
G = 27.76%
B = 65.07%

CMYK

 C value IS 0.89

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#185DDA (or 0x185DDA) is known color: Denim. HEX triplet: 18, 5D and DA. RGB value is (24,93,218). Sum of RGB (Red+Green+Blue) = 24+93+218=335 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.16% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 218 (85.55% from 255 or 65.07% from 335); Max value from RGB is 218 - color contains mainly: blue. Hex color #185DDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185DDA is #E7A225. Grayscale: #565656. Windows color (decimal): -15180326 or 14310680. OLE color: 14310680.

HSL color Cylindrical-coordinate representation of color #185DDA: hue angle of 218.66º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #185DDA is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 24 93 218 -
CMYK 0.89 0.57 0 0.15
HSL 218.66º 0.8% 0.47% -
HSV(B) 218.66º 0.89% 0.85% -
XYZ 16.95 13.08 67.96 -
YUV 86.62 202.14 83.34 -
System Red Green Blue C M Y K H S L
Decimal 24 93 218 0.89 0.57 0 0.15 218.66 0.8 0.47
Hex 18 5D DA 59 39 0 F DB 50 2F
Octal 30 135 332 131 71 0 17 333 120 57
Binary 11000 1011101 11011010 1011001 111001 0 1111 11011011 1010000 101111

Color Harmonies of #185DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185DDA

Black with #185DDA

Text Example


Text Example

White with #185DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,93,218); }

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

background-color css

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

 a { background-color: rgb(24,93,218); }

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

border-color css

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

 span { border-color: rgb(24,93,218); }

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