Html Css Color HEX #185AAB Denim

📋 copy color: '#185AAB'

red 24 ◦ green 90 ◦ blue 171

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

Shades of Denim #185AAB

Tints of Denim #185AAB

RGB

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

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

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

R = 8.42%
G = 31.58%
B = 60%

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

#185AAB (or 0x185AAB) is known color: Denim. HEX triplet: 18, 5A and AB. RGB value is (24,90,171). Sum of RGB (Red+Green+Blue) = 24+90+171=285 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.42% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 171 (67.19% from 255 or 60% from 285); Max value from RGB is 171 - color contains mainly: blue. Hex color #185AAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185AAB is #E7A554. Grayscale: #4F4F4F. Windows color (decimal): -15181141 or 11229720. OLE color: 11229720.

HSL color Cylindrical-coordinate representation of color #185AAB: hue angle of 213.06º 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 #185AAB is Cyan = 0.86, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 24 90 171 -
CMYK 0.86 0.47 0 0.33
HSL 213.06º 0.75% 0.38% -
HSV(B) 213.06º 0.86% 0.67% -
XYZ 11.38 10.45 39.94 -
YUV 79.5 179.63 88.41 -
System Red Green Blue C M Y K H S L
Decimal 24 90 171 0.86 0.47 0 0.33 213.06 0.75 0.38
Hex 18 5A AB 56 2F 0 21 D5 4B 26
Octal 30 132 253 126 57 0 41 325 113 46
Binary 11000 1011010 10101011 1010110 101111 0 100001 11010101 1001011 100110

Color Harmonies of #185AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185AAB

Black with #185AAB

Text Example


Text Example

White with #185AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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