Html Css Color HEX #185EAC Denim

📋 copy color: '#185EAC'

red 24 ◦ green 94 ◦ blue 172

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

Shades of Denim #185EAC

Tints of Denim #185EAC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.41%

 BLUE value IS 172 (67.58% from 255) = 59.31%

R = 8.28%
G = 32.41%
B = 59.31%

CMYK

 C value IS 0.86

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#185EAC (or 0x185EAC) is known color: Denim. HEX triplet: 18, 5E and AC. RGB value is (24,94,172). Sum of RGB (Red+Green+Blue) = 24+94+172=290 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.28% from 290); Green value is 94 (37.11% from 255 or 32.41% from 290); Blue value is 172 (67.58% from 255 or 59.31% from 290); Max value from RGB is 172 - color contains mainly: blue. Hex color #185EAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185EAC is #E7A153. Grayscale: #515151. Windows color (decimal): -15180116 or 11296280. OLE color: 11296280.

HSL color Cylindrical-coordinate representation of color #185EAC: hue angle of 211.62º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #185EAC is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 24 94 172 -
CMYK 0.86 0.45 0 0.33
HSL 211.62º 0.76% 0.38% -
HSV(B) 211.62º 0.86% 0.67% -
XYZ 11.83 11.18 40.56 -
YUV 81.96 178.81 86.66 -
System Red Green Blue C M Y K H S L
Decimal 24 94 172 0.86 0.45 0 0.33 211.62 0.76 0.38
Hex 18 5E AC 56 2D 0 21 D4 4C 26
Octal 30 136 254 126 55 0 41 324 114 46
Binary 11000 1011110 10101100 1010110 101101 0 100001 11010100 1001100 100110

Color Harmonies of #185EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185EAC

Black with #185EAC

Text Example


Text Example

White with #185EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,94,172); }

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

background-color css

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

 a { background-color: rgb(24,94,172); }

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

border-color css

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

 span { border-color: rgb(24,94,172); }

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