Html Css Color HEX #185FAA Denim

📋 copy color: '#185FAA'

red 24 ◦ green 95 ◦ blue 170

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

Shades of Denim #185FAA

Tints of Denim #185FAA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.87%

 BLUE value IS 170 (66.8% from 255) = 58.82%

R = 8.3%
G = 32.87%
B = 58.82%

CMYK

 C value IS 0.86

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#185FAA (or 0x185FAA) is known color: Denim. HEX triplet: 18, 5F and AA. RGB value is (24,95,170). Sum of RGB (Red+Green+Blue) = 24+95+170=289 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.30% from 289); Green value is 95 (37.5% from 255 or 32.87% from 289); Blue value is 170 (66.80% from 255 or 58.82% from 289); Max value from RGB is 170 - color contains mainly: blue. Hex color #185FAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185FAA is #E7A055. Grayscale: #515151. Windows color (decimal): -15179862 or 11165464. OLE color: 11165464.

HSL color Cylindrical-coordinate representation of color #185FAA: hue angle of 210.82º degrees, saturation: 0.75, 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 #185FAA is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 24 95 170 -
CMYK 0.86 0.44 0 0.33
HSL 210.82º 0.75% 0.38% -
HSV(B) 210.82º 0.86% 0.67% -
XYZ 11.72 11.28 39.59 -
YUV 82.32 177.48 86.4 -
System Red Green Blue C M Y K H S L
Decimal 24 95 170 0.86 0.44 0 0.33 210.82 0.75 0.38
Hex 18 5F AA 56 2C 0 21 D3 4B 26
Octal 30 137 252 126 54 0 41 323 113 46
Binary 11000 1011111 10101010 1010110 101100 0 100001 11010011 1001011 100110

Color Harmonies of #185FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185FAA

Black with #185FAA

Text Example


Text Example

White with #185FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,95,170); }

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

background-color css

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

 a { background-color: rgb(24,95,170); }

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

border-color css

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

 span { border-color: rgb(24,95,170); }

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