Html Css Color HEX #185BAD Denim

📋 copy color: '#185BAD'

red 24 ◦ green 91 ◦ blue 173

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

Shades of Denim #185BAD

Tints of Denim #185BAD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.6%

 BLUE value IS 173 (67.97% from 255) = 60.07%

R = 8.33%
G = 31.6%
B = 60.07%

CMYK

 C value IS 0.86

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#185BAD (or 0x185BAD) is known color: Denim. HEX triplet: 18, 5B and AD. RGB value is (24,91,173). Sum of RGB (Red+Green+Blue) = 24+91+173=288 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.33% from 288); Green value is 91 (35.94% from 255 or 31.60% from 288); Blue value is 173 (67.97% from 255 or 60.07% from 288); Max value from RGB is 173 - color contains mainly: blue. Hex color #185BAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185BAD is #E7A452. Grayscale: #4F4F4F. Windows color (decimal): -15180883 or 11361048. OLE color: 11361048.

HSL color Cylindrical-coordinate representation of color #185BAD: hue angle of 213.02º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #185BAD is Cyan = 0.86, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 24 91 173 -
CMYK 0.86 0.47 0 0.32
HSL 213.02º 0.76% 0.39% -
HSV(B) 213.02º 0.86% 0.68% -
XYZ 11.66 10.69 40.98 -
YUV 80.32 180.3 87.83 -
System Red Green Blue C M Y K H S L
Decimal 24 91 173 0.86 0.47 0 0.32 213.02 0.76 0.39
Hex 18 5B AD 56 2F 0 20 D5 4C 27
Octal 30 133 255 126 57 0 40 325 114 47
Binary 11000 1011011 10101101 1010110 101111 0 100000 11010101 1001100 100111

Color Harmonies of #185BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185BAD

Black with #185BAD

Text Example


Text Example

White with #185BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,91,173); }

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

background-color css

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

 a { background-color: rgb(24,91,173); }

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

border-color css

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

 span { border-color: rgb(24,91,173); }

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