Html Css Color HEX #185BAE Denim

📋 copy color: '#185BAE'

red 24 ◦ green 91 ◦ blue 174

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

Shades of Denim #185BAE

Tints of Denim #185BAE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.49%

 BLUE value IS 174 (68.36% from 255) = 60.21%

R = 8.3%
G = 31.49%
B = 60.21%

CMYK

 C value IS 0.86

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#185BAE (or 0x185BAE) is known color: Denim. HEX triplet: 18, 5B and AE. RGB value is (24,91,174). Sum of RGB (Red+Green+Blue) = 24+91+174=289 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.30% from 289); Green value is 91 (35.94% from 255 or 31.49% from 289); Blue value is 174 (68.36% from 255 or 60.21% from 289); Max value from RGB is 174 - color contains mainly: blue. Hex color #185BAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185BAE is #E7A451. Grayscale: #505050. Windows color (decimal): -15180882 or 11426584. OLE color: 11426584.

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

Color convert

RGB 24 91 174 -
CMYK 0.86 0.48 0 0.32
HSL 213.2º 0.76% 0.39% -
HSV(B) 213.2º 0.86% 0.68% -
XYZ 11.76 10.73 41.5 -
YUV 80.43 180.8 87.75 -
System Red Green Blue C M Y K H S L
Decimal 24 91 174 0.86 0.48 0 0.32 213.2 0.76 0.39
Hex 18 5B AE 56 30 0 20 D5 4C 27
Octal 30 133 256 126 60 0 40 325 114 47
Binary 11000 1011011 10101110 1010110 110000 0 100000 11010101 1001100 100111

Color Harmonies of #185BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185BAE

Black with #185BAE

Text Example


Text Example

White with #185BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,91,174); }

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

background-color css

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

 a { background-color: rgb(24,91,174); }

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

border-color css

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

 span { border-color: rgb(24,91,174); }

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