Html Css Color HEX #185DBA Denim

📋 copy color: '#185DBA'

red 24 ◦ green 93 ◦ blue 186

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

Shades of Denim #185DBA

Tints of Denim #185DBA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.69%

 BLUE value IS 186 (73.05% from 255) = 61.39%

R = 7.92%
G = 30.69%
B = 61.39%

CMYK

 C value IS 0.87

 M value IS 0.5

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#185DBA (or 0x185DBA) is known color: Denim. HEX triplet: 18, 5D and BA. RGB value is (24,93,186). Sum of RGB (Red+Green+Blue) = 24+93+186=303 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.92% from 303); Green value is 93 (36.72% from 255 or 30.69% from 303); Blue value is 186 (73.05% from 255 or 61.39% from 303); Max value from RGB is 186 - color contains mainly: blue. Hex color #185DBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185DBA is #E7A245. Grayscale: #525252. Windows color (decimal): -15180358 or 12213528. OLE color: 12213528.

HSL color Cylindrical-coordinate representation of color #185DBA: hue angle of 214.44º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #185DBA is Cyan = 0.87, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 24 93 186 -
CMYK 0.87 0.5 0 0.27
HSL 214.44º 0.77% 0.41% -
HSV(B) 214.44º 0.87% 0.73% -
XYZ 13.15 11.57 47.99 -
YUV 82.97 186.14 85.94 -
System Red Green Blue C M Y K H S L
Decimal 24 93 186 0.87 0.5 0 0.27 214.44 0.77 0.41
Hex 18 5D BA 57 32 0 1B D6 4D 29
Octal 30 135 272 127 62 0 33 326 115 51
Binary 11000 1011101 10111010 1010111 110010 0 11011 11010110 1001101 101001

Color Harmonies of #185DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185DBA

Black with #185DBA

Text Example


Text Example

White with #185DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,93,186); }

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

background-color css

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

 a { background-color: rgb(24,93,186); }

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

border-color css

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

 span { border-color: rgb(24,93,186); }

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