Html Css Color HEX #185AC9 Denim

📋 copy color: '#185AC9'

red 24 ◦ green 90 ◦ blue 201

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

Shades of Denim #185AC9

Tints of Denim #185AC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 63.81%

R = 7.62%
G = 28.57%
B = 63.81%

CMYK

 C value IS 0.88

 M value IS 0.55

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#185AC9 (or 0x185AC9) is known color: Denim. HEX triplet: 18, 5A and C9. RGB value is (24,90,201). Sum of RGB (Red+Green+Blue) = 24+90+201=315 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.62% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 201 (78.91% from 255 or 63.81% from 315); Max value from RGB is 201 - color contains mainly: blue. Hex color #185AC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185AC9 is #E7A536. Grayscale: #525252. Windows color (decimal): -15181111 or 13195800. OLE color: 13195800.

HSL color Cylindrical-coordinate representation of color #185AC9: hue angle of 217.63º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #185AC9 is Cyan = 0.88, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 24 90 201 -
CMYK 0.88 0.55 0 0.21
HSL 217.63º 0.79% 0.44% -
HSV(B) 217.63º 0.88% 0.79% -
XYZ 14.58 11.72 56.75 -
YUV 82.92 194.63 85.97 -
System Red Green Blue C M Y K H S L
Decimal 24 90 201 0.88 0.55 0 0.21 217.63 0.79 0.44
Hex 18 5A C9 58 37 0 15 DA 4F 2C
Octal 30 132 311 130 67 0 25 332 117 54
Binary 11000 1011010 11001001 1011000 110111 0 10101 11011010 1001111 101100

Color Harmonies of #185AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185AC9

Black with #185AC9

Text Example


Text Example

White with #185AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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