Html Css Color HEX #185CB1 Denim

📋 copy color: '#185CB1'

red 24 ◦ green 92 ◦ blue 177

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

Shades of Denim #185CB1

Tints of Denim #185CB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 60.41%

R = 8.19%
G = 31.4%
B = 60.41%

CMYK

 C value IS 0.86

 M value IS 0.48

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#185CB1 (or 0x185CB1) is known color: Denim. HEX triplet: 18, 5C and B1. RGB value is (24,92,177). Sum of RGB (Red+Green+Blue) = 24+92+177=293 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.19% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 177 (69.53% from 255 or 60.41% from 293); Max value from RGB is 177 - color contains mainly: blue. Hex color #185CB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185CB1 is #E7A34E. Grayscale: #505050. Windows color (decimal): -15180623 or 11623448. OLE color: 11623448.

HSL color Cylindrical-coordinate representation of color #185CB1: hue angle of 213.33º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #185CB1 is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 24 92 177 -
CMYK 0.86 0.48 0 0.31
HSL 213.33º 0.76% 0.39% -
HSV(B) 213.33º 0.86% 0.69% -
XYZ 12.14 11.02 43.08 -
YUV 81.36 181.97 87.09 -
System Red Green Blue C M Y K H S L
Decimal 24 92 177 0.86 0.48 0 0.31 213.33 0.76 0.39
Hex 18 5C B1 56 30 0 1F D5 4C 27
Octal 30 134 261 126 60 0 37 325 114 47
Binary 11000 1011100 10110001 1010110 110000 0 11111 11010101 1001100 100111

Color Harmonies of #185CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185CB1

Black with #185CB1

Text Example


Text Example

White with #185CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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