Html Css Color HEX #185CB4 Denim

📋 copy color: '#185CB4'

red 24 ◦ green 92 ◦ blue 180

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

Shades of Denim #185CB4

Tints of Denim #185CB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 60.81%

R = 8.11%
G = 31.08%
B = 60.81%

CMYK

 C value IS 0.87

 M value IS 0.49

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#185CB4 (or 0x185CB4) is known color: Denim. HEX triplet: 18, 5C and B4. RGB value is (24,92,180). Sum of RGB (Red+Green+Blue) = 24+92+180=296 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.11% from 296); Green value is 92 (36.33% from 255 or 31.08% from 296); Blue value is 180 (70.70% from 255 or 60.81% from 296); Max value from RGB is 180 - color contains mainly: blue. Hex color #185CB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185CB4 is #E7A34B. Grayscale: #515151. Windows color (decimal): -15180620 or 11820056. OLE color: 11820056.

HSL color Cylindrical-coordinate representation of color #185CB4: hue angle of 213.85º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #185CB4 is Cyan = 0.87, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 24 92 180 -
CMYK 0.87 0.49 0 0.29
HSL 213.85º 0.76% 0.4% -
HSV(B) 213.85º 0.87% 0.71% -
XYZ 12.44 11.14 44.68 -
YUV 81.7 183.47 86.84 -
System Red Green Blue C M Y K H S L
Decimal 24 92 180 0.87 0.49 0 0.29 213.85 0.76 0.4
Hex 18 5C B4 57 31 0 1D D6 4C 28
Octal 30 134 264 127 61 0 35 326 114 50
Binary 11000 1011100 10110100 1010111 110001 0 11101 11010110 1001100 101000

Color Harmonies of #185CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185CB4

Black with #185CB4

Text Example


Text Example

White with #185CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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