Html Css Color HEX #185DB7 Denim

📋 copy color: '#185DB7'

red 24 ◦ green 93 ◦ blue 183

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

Shades of Denim #185DB7

Tints of Denim #185DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 61%

R = 8%
G = 31%
B = 61%

CMYK

 C value IS 0.87

 M value IS 0.49

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#185DB7 (or 0x185DB7) is known color: Denim. HEX triplet: 18, 5D and B7. RGB value is (24,93,183). Sum of RGB (Red+Green+Blue) = 24+93+183=300 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 183 (71.88% from 255 or 61% from 300); Max value from RGB is 183 - color contains mainly: blue. Hex color #185DB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185DB7 is #E7A248. Grayscale: #525252. Windows color (decimal): -15180361 or 12016920. OLE color: 12016920.

HSL color Cylindrical-coordinate representation of color #185DB7: hue angle of 213.96º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #185DB7 is Cyan = 0.87, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 24 93 183 -
CMYK 0.87 0.49 0 0.28
HSL 213.96º 0.77% 0.41% -
HSV(B) 213.96º 0.87% 0.72% -
XYZ 12.84 11.44 46.33 -
YUV 82.63 184.64 86.18 -
System Red Green Blue C M Y K H S L
Decimal 24 93 183 0.87 0.49 0 0.28 213.96 0.77 0.41
Hex 18 5D B7 57 31 0 1C D6 4D 29
Octal 30 135 267 127 61 0 34 326 115 51
Binary 11000 1011101 10110111 1010111 110001 0 11100 11010110 1001101 101001

Color Harmonies of #185DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185DB7

Black with #185DB7

Text Example


Text Example

White with #185DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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