Html Css Color HEX #185CA7 Denim

📋 copy color: '#185CA7'

red 24 ◦ green 92 ◦ blue 167

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

Shades of Denim #185CA7

Tints of Denim #185CA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 59.01%

R = 8.48%
G = 32.51%
B = 59.01%

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

#185CA7 (or 0x185CA7) is known color: Denim. HEX triplet: 18, 5C and A7. RGB value is (24,92,167). Sum of RGB (Red+Green+Blue) = 24+92+167=283 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.48% from 283); Green value is 92 (36.33% from 255 or 32.51% from 283); Blue value is 167 (65.62% from 255 or 59.01% from 283); Max value from RGB is 167 - color contains mainly: blue. Hex color #185CA7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185CA7 is #E7A358. Grayscale: #4F4F4F. Windows color (decimal): -15180633 or 10968088. OLE color: 10968088.

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

Color convert

RGB 24 92 167 -
CMYK 0.86 0.45 0 0.35
HSL 211.47º 0.75% 0.37% -
HSV(B) 211.47º 0.86% 0.65% -
XYZ 11.18 10.64 38.02 -
YUV 80.22 176.97 87.9 -
System Red Green Blue C M Y K H S L
Decimal 24 92 167 0.86 0.45 0 0.35 211.47 0.75 0.37
Hex 18 5C A7 56 2D 0 23 D3 4B 25
Octal 30 134 247 126 55 0 43 323 113 45
Binary 11000 1011100 10100111 1010110 101101 0 100011 11010011 1001011 100101

Color Harmonies of #185CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185CA7

Black with #185CA7

Text Example


Text Example

White with #185CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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