Html Css Color HEX #185FAF Denim

📋 copy color: '#185FAF'

red 24 ◦ green 95 ◦ blue 175

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

Shades of Denim #185FAF

Tints of Denim #185FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 59.52%

R = 8.16%
G = 32.31%
B = 59.52%

CMYK

 C value IS 0.86

 M value IS 0.46

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#185FAF (or 0x185FAF) is known color: Denim. HEX triplet: 18, 5F and AF. RGB value is (24,95,175). Sum of RGB (Red+Green+Blue) = 24+95+175=294 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.16% from 294); Green value is 95 (37.5% from 255 or 32.31% from 294); Blue value is 175 (68.75% from 255 or 59.52% from 294); Max value from RGB is 175 - color contains mainly: blue. Hex color #185FAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185FAF is #E7A050. Grayscale: #525252. Windows color (decimal): -15179857 or 11493144. OLE color: 11493144.

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

Color convert

RGB 24 95 175 -
CMYK 0.86 0.46 0 0.31
HSL 211.79º 0.76% 0.39% -
HSV(B) 211.79º 0.86% 0.69% -
XYZ 12.21 11.47 42.13 -
YUV 82.89 179.98 86 -
System Red Green Blue C M Y K H S L
Decimal 24 95 175 0.86 0.46 0 0.31 211.79 0.76 0.39
Hex 18 5F AF 56 2E 0 1F D4 4C 27
Octal 30 137 257 126 56 0 37 324 114 47
Binary 11000 1011111 10101111 1010110 101110 0 11111 11010100 1001100 100111

Color Harmonies of #185FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185FAF

Black with #185FAF

Text Example


Text Example

White with #185FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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