Html Css Color HEX #185CB0 Denim

📋 copy color: '#185CB0'

red 24 ◦ green 92 ◦ blue 176

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

Shades of Denim #185CB0

Tints of Denim #185CB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 60.27%

R = 8.22%
G = 31.51%
B = 60.27%

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

#185CB0 (or 0x185CB0) is known color: Denim. HEX triplet: 18, 5C and B0. RGB value is (24,92,176). Sum of RGB (Red+Green+Blue) = 24+92+176=292 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.22% from 292); Green value is 92 (36.33% from 255 or 31.51% from 292); Blue value is 176 (69.14% from 255 or 60.27% from 292); Max value from RGB is 176 - color contains mainly: blue. Hex color #185CB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185CB0 is #E7A34F. Grayscale: #505050. Windows color (decimal): -15180624 or 11557912. OLE color: 11557912.

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

Color convert

RGB 24 92 176 -
CMYK 0.86 0.48 0 0.31
HSL 213.16º 0.76% 0.39% -
HSV(B) 213.16º 0.86% 0.69% -
XYZ 12.04 10.98 42.56 -
YUV 81.24 181.47 87.17 -
System Red Green Blue C M Y K H S L
Decimal 24 92 176 0.86 0.48 0 0.31 213.16 0.76 0.39
Hex 18 5C B0 56 30 0 1F D5 4C 27
Octal 30 134 260 126 60 0 37 325 114 47
Binary 11000 1011100 10110000 1010110 110000 0 11111 11010101 1001100 100111

Color Harmonies of #185CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185CB0

Black with #185CB0

Text Example


Text Example

White with #185CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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