Html Css Color HEX #185CA6 Denim

📋 copy color: '#185CA6'

red 24 ◦ green 92 ◦ blue 166

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

Shades of Denim #185CA6

Tints of Denim #185CA6

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.62%

 BLUE value IS 166 (65.23% from 255) = 58.87%

R = 8.51%
G = 32.62%
B = 58.87%

CMYK

 C value IS 0.86

 M value IS 0.45

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#185CA6 (or 0x185CA6) is known color: Denim. HEX triplet: 18, 5C and A6. RGB value is (24,92,166). Sum of RGB (Red+Green+Blue) = 24+92+166=282 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.51% from 282); Green value is 92 (36.33% from 255 or 32.62% from 282); Blue value is 166 (65.23% from 255 or 58.87% from 282); Max value from RGB is 166 - color contains mainly: blue. Hex color #185CA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185CA6 is #E7A359. Grayscale: #4F4F4F. Windows color (decimal): -15180634 or 10902552. OLE color: 10902552.

HSL color Cylindrical-coordinate representation of color #185CA6: hue angle of 211.27º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #185CA6 is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 24 92 166 -
CMYK 0.86 0.45 0 0.35
HSL 211.27º 0.75% 0.37% -
HSV(B) 211.27º 0.86% 0.65% -
XYZ 11.09 10.6 37.54 -
YUV 80.1 176.47 87.98 -
System Red Green Blue C M Y K H S L
Decimal 24 92 166 0.86 0.45 0 0.35 211.27 0.75 0.37
Hex 18 5C A6 56 2D 0 23 D3 4B 25
Octal 30 134 246 126 55 0 43 323 113 45
Binary 11000 1011100 10100110 1010110 101101 0 100011 11010011 1001011 100101

Color Harmonies of #185CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185CA6

Black with #185CA6

Text Example


Text Example

White with #185CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,92,166); }

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

background-color css

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

 a { background-color: rgb(24,92,166); }

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

border-color css

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

 span { border-color: rgb(24,92,166); }

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