Html Css Color HEX #185ECE Denim

📋 copy color: '#185ECE'

red 24 ◦ green 94 ◦ blue 206

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

Shades of Denim #185ECE

Tints of Denim #185ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 63.58%

R = 7.41%
G = 29.01%
B = 63.58%

CMYK

 C value IS 0.88

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#185ECE (or 0x185ECE) is known color: Denim. HEX triplet: 18, 5E and CE. RGB value is (24,94,206). Sum of RGB (Red+Green+Blue) = 24+94+206=324 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.41% from 324); Green value is 94 (37.11% from 255 or 29.01% from 324); Blue value is 206 (80.86% from 255 or 63.58% from 324); Max value from RGB is 206 - color contains mainly: blue. Hex color #185ECE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185ECE is #E7A131. Grayscale: #555555. Windows color (decimal): -15180082 or 13524504. OLE color: 13524504.

HSL color Cylindrical-coordinate representation of color #185ECE: hue angle of 216.92º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #185ECE is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 24 94 206 -
CMYK 0.88 0.54 0 0.19
HSL 216.92º 0.79% 0.45% -
HSV(B) 216.92º 0.88% 0.81% -
XYZ 15.52 12.66 60.02 -
YUV 85.84 195.81 83.89 -
System Red Green Blue C M Y K H S L
Decimal 24 94 206 0.88 0.54 0 0.19 216.92 0.79 0.45
Hex 18 5E CE 58 36 0 13 D9 4F 2D
Octal 30 136 316 130 66 0 23 331 117 55
Binary 11000 1011110 11001110 1011000 110110 0 10011 11011001 1001111 101101

Color Harmonies of #185ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185ECE

Black with #185ECE

Text Example


Text Example

White with #185ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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