Html Css Color HEX #185CCA Denim

📋 copy color: '#185CCA'

red 24 ◦ green 92 ◦ blue 202

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

Shades of Denim #185CCA

Tints of Denim #185CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 63.52%

R = 7.55%
G = 28.93%
B = 63.52%

CMYK

 C value IS 0.88

 M value IS 0.54

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#185CCA (or 0x185CCA) is known color: Denim. HEX triplet: 18, 5C and CA. RGB value is (24,92,202). Sum of RGB (Red+Green+Blue) = 24+92+202=318 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.55% from 318); Green value is 92 (36.33% from 255 or 28.93% from 318); Blue value is 202 (79.30% from 255 or 63.52% from 318); Max value from RGB is 202 - color contains mainly: blue. Hex color #185CCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185CCA is #E7A335. Grayscale: #535353. Windows color (decimal): -15180598 or 13261848. OLE color: 13261848.

HSL color Cylindrical-coordinate representation of color #185CCA: hue angle of 217.08º 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 #185CCA is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 24 92 202 -
CMYK 0.88 0.54 0 0.21
HSL 217.08º 0.79% 0.44% -
HSV(B) 217.08º 0.88% 0.79% -
XYZ 14.86 12.11 57.43 -
YUV 84.21 194.47 85.06 -
System Red Green Blue C M Y K H S L
Decimal 24 92 202 0.88 0.54 0 0.21 217.08 0.79 0.44
Hex 18 5C CA 58 36 0 15 D9 4F 2C
Octal 30 134 312 130 66 0 25 331 117 54
Binary 11000 1011100 11001010 1011000 110110 0 10101 11011001 1001111 101100

Color Harmonies of #185CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185CCA

Black with #185CCA

Text Example


Text Example

White with #185CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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