Html Css Color HEX #185AAD Denim

📋 copy color: '#185AAD'

red 24 ◦ green 90 ◦ blue 173

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

Shades of Denim #185AAD

Tints of Denim #185AAD

RGB

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

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

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

R = 8.36%
G = 31.36%
B = 60.28%

CMYK

 C value IS 0.86

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#185AAD (or 0x185AAD) is known color: Denim. HEX triplet: 18, 5A and AD. RGB value is (24,90,173). Sum of RGB (Red+Green+Blue) = 24+90+173=287 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.36% from 287); Green value is 90 (35.55% from 255 or 31.36% from 287); Blue value is 173 (67.97% from 255 or 60.28% from 287); Max value from RGB is 173 - color contains mainly: blue. Hex color #185AAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185AAD is #E7A552. Grayscale: #4F4F4F. Windows color (decimal): -15181139 or 11360792. OLE color: 11360792.

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

Color convert

RGB 24 90 173 -
CMYK 0.86 0.48 0 0.32
HSL 213.42º 0.76% 0.39% -
HSV(B) 213.42º 0.86% 0.68% -
XYZ 11.58 10.52 40.96 -
YUV 79.73 180.63 88.25 -
System Red Green Blue C M Y K H S L
Decimal 24 90 173 0.86 0.48 0 0.32 213.42 0.76 0.39
Hex 18 5A AD 56 30 0 20 D5 4C 27
Octal 30 132 255 126 60 0 40 325 114 47
Binary 11000 1011010 10101101 1010110 110000 0 100000 11010101 1001100 100111

Color Harmonies of #185AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185AAD

Black with #185AAD

Text Example


Text Example

White with #185AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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