Html Css Color HEX #185BAB Denim

📋 copy color: '#185BAB'

red 24 ◦ green 91 ◦ blue 171

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

Shades of Denim #185BAB

Tints of Denim #185BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 59.79%

R = 8.39%
G = 31.82%
B = 59.79%

CMYK

 C value IS 0.86

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#185BAB (or 0x185BAB) is known color: Denim. HEX triplet: 18, 5B and AB. RGB value is (24,91,171). Sum of RGB (Red+Green+Blue) = 24+91+171=286 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.39% from 286); Green value is 91 (35.94% from 255 or 31.82% from 286); Blue value is 171 (67.19% from 255 or 59.79% from 286); Max value from RGB is 171 - color contains mainly: blue. Hex color #185BAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185BAB is #E7A454. Grayscale: #4F4F4F. Windows color (decimal): -15180885 or 11229976. OLE color: 11229976.

HSL color Cylindrical-coordinate representation of color #185BAB: hue angle of 212.65º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #185BAB is Cyan = 0.86, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 24 91 171 -
CMYK 0.86 0.47 0 0.33
HSL 212.65º 0.75% 0.38% -
HSV(B) 212.65º 0.86% 0.67% -
XYZ 11.47 10.62 39.97 -
YUV 80.09 179.3 88 -
System Red Green Blue C M Y K H S L
Decimal 24 91 171 0.86 0.47 0 0.33 212.65 0.75 0.38
Hex 18 5B AB 56 2F 0 21 D5 4B 26
Octal 30 133 253 126 57 0 41 325 113 46
Binary 11000 1011011 10101011 1010110 101111 0 100001 11010101 1001011 100110

Color Harmonies of #185BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185BAB

Black with #185BAB

Text Example


Text Example

White with #185BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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