Html Css Color HEX #185EBF Denim

📋 copy color: '#185EBF'

red 24 ◦ green 94 ◦ blue 191

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

Shades of Denim #185EBF

Tints of Denim #185EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 61.81%

R = 7.77%
G = 30.42%
B = 61.81%

CMYK

 C value IS 0.87

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#185EBF (or 0x185EBF) is known color: Denim. HEX triplet: 18, 5E and BF. RGB value is (24,94,191). Sum of RGB (Red+Green+Blue) = 24+94+191=309 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.77% from 309); Green value is 94 (37.11% from 255 or 30.42% from 309); Blue value is 191 (75% from 255 or 61.81% from 309); Max value from RGB is 191 - color contains mainly: blue. Hex color #185EBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185EBF is #E7A140. Grayscale: #535353. Windows color (decimal): -15180097 or 12541464. OLE color: 12541464.

HSL color Cylindrical-coordinate representation of color #185EBF: hue angle of 214.85º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #185EBF is Cyan = 0.87, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 24 94 191 -
CMYK 0.87 0.51 0 0.25
HSL 214.85º 0.78% 0.42% -
HSV(B) 214.85º 0.87% 0.75% -
XYZ 13.78 11.96 50.87 -
YUV 84.13 188.31 85.11 -
System Red Green Blue C M Y K H S L
Decimal 24 94 191 0.87 0.51 0 0.25 214.85 0.78 0.42
Hex 18 5E BF 57 33 0 19 D7 4E 2A
Octal 30 136 277 127 63 0 31 327 116 52
Binary 11000 1011110 10111111 1010111 110011 0 11001 11010111 1001110 101010

Color Harmonies of #185EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185EBF

Black with #185EBF

Text Example


Text Example

White with #185EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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