Html Css Color HEX #185ABF Denim

📋 copy color: '#185ABF'

red 24 ◦ green 90 ◦ blue 191

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

Shades of Denim #185ABF

Tints of Denim #185ABF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.51%

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

R = 7.87%
G = 29.51%
B = 62.62%

CMYK

 C value IS 0.87

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#185ABF (or 0x185ABF) is known color: Denim. HEX triplet: 18, 5A and BF. RGB value is (24,90,191). Sum of RGB (Red+Green+Blue) = 24+90+191=305 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.87% from 305); Green value is 90 (35.55% from 255 or 29.51% from 305); Blue value is 191 (75% from 255 or 62.62% from 305); Max value from RGB is 191 - color contains mainly: blue. Hex color #185ABF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185ABF is #E7A540. Grayscale: #515151. Windows color (decimal): -15181121 or 12540440. OLE color: 12540440.

HSL color Cylindrical-coordinate representation of color #185ABF: hue angle of 216.29º 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 #185ABF is Cyan = 0.87, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 24 90 191 -
CMYK 0.87 0.53 0 0.25
HSL 216.29º 0.78% 0.42% -
HSV(B) 216.29º 0.87% 0.75% -
XYZ 13.44 11.27 50.76 -
YUV 81.78 189.63 86.79 -
System Red Green Blue C M Y K H S L
Decimal 24 90 191 0.87 0.53 0 0.25 216.29 0.78 0.42
Hex 18 5A BF 57 35 0 19 D8 4E 2A
Octal 30 132 277 127 65 0 31 330 116 52
Binary 11000 1011010 10111111 1010111 110101 0 11001 11011000 1001110 101010

Color Harmonies of #185ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185ABF

Black with #185ABF

Text Example


Text Example

White with #185ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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