Html Css Color HEX #185CBE Denim

📋 copy color: '#185CBE'

red 24 ◦ green 92 ◦ blue 190

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

Shades of Denim #185CBE

Tints of Denim #185CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 62.09%

R = 7.84%
G = 30.07%
B = 62.09%

CMYK

 C value IS 0.87

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#185CBE (or 0x185CBE) is known color: Denim. HEX triplet: 18, 5C and BE. RGB value is (24,92,190). Sum of RGB (Red+Green+Blue) = 24+92+190=306 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.84% from 306); Green value is 92 (36.33% from 255 or 30.07% from 306); Blue value is 190 (74.61% from 255 or 62.09% from 306); Max value from RGB is 190 - color contains mainly: blue. Hex color #185CBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185CBE is #E7A341. Grayscale: #525252. Windows color (decimal): -15180610 or 12475416. OLE color: 12475416.

HSL color Cylindrical-coordinate representation of color #185CBE: hue angle of 215.42º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #185CBE is Cyan = 0.87, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 24 92 190 -
CMYK 0.87 0.52 0 0.25
HSL 215.42º 0.78% 0.42% -
HSV(B) 215.42º 0.87% 0.75% -
XYZ 13.5 11.57 50.24 -
YUV 82.84 188.47 86.03 -
System Red Green Blue C M Y K H S L
Decimal 24 92 190 0.87 0.52 0 0.25 215.42 0.78 0.42
Hex 18 5C BE 57 34 0 19 D7 4E 2A
Octal 30 134 276 127 64 0 31 327 116 52
Binary 11000 1011100 10111110 1010111 110100 0 11001 11010111 1001110 101010

Color Harmonies of #185CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185CBE

Black with #185CBE

Text Example


Text Example

White with #185CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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