#185FCF

Color #185FCF Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #185FCF

Tints of Denim #185FCF

Color information

#185FCF (or 0x185FCF) is unknown color: approx Denim. HEX triplet: 18, 5F and CF. RGB value is (24,95,207). Sum of RGB (Red+Green+Blue) = 24+95+207=326 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.36% from 326); Green value is 95 (37.5% from 255 or 29.14% from 326); Blue value is 207 (81.25% from 255 or 63.50% from 326); Max value from RGB is 207 - color contains mainly: blue. Hex color #185FCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185FCF is #E7A030. Grayscale: #565656. Windows color (decimal): -15179825 or 13590296. OLE color: 13590296.

HSL color Cylindrical-coordinate representation of color #185FCF: hue angle of 216.72º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #185FCF is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB2495207-
CMYK0.880.5400.19
HSL216.72º79.22%45.29%-
HSV(B)216.72º88.41%81.18%-
XYZ15.7312.8860.69-
YUV86.54195.9883.39-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.36%
GREEN value IS 95 (37.5% from 255) = 29.14%
BLUE value IS 207 (81.25% from 255) = 63.50%
R=7.36%
G=29.14%
B=63.50%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal24952070.880.5400.19216.7279.2245.29
Hex185FCF5836013d94f2d
Octal301373171306602333111755
Binary110001011111110011111011000110110010011110110011001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #185FCF;
 }
 .AnyTagClassName
 {
   color: #185FCF;
 }
</style>
background-color css

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

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

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

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

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

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