#185fc1

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

Shades of Denim #185FC1

Tints of Denim #185FC1

Color information

#185FC1 (or 0x185FC1) is unknown color: approx Denim. HEX triplet: 18, 5F and C1. RGB value is (24,95,193). Sum of RGB (Red+Green+Blue) = 24+95+193=312 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.69% from 312); Green value is 95 (37.5% from 255 or 30.45% from 312); Blue value is 193 (75.78% from 255 or 61.86% from 312); Max value from RGB is 193 - color contains mainly: blue. Hex color #185FC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185FC1 is #E7A03E. Grayscale: #545454. Windows color (decimal): -15179839 or 12672792. OLE color: 12672792.

HSL color Cylindrical-coordinate representation of color #185FC1: hue angle of 214.79º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #185FC1 is Cyan = 0.88, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB2495193-
CMYK0.880.5100.24
HSL214.79º77.88%42.55%-
HSV(B)214.79º87.56%75.69%-
XYZ14.0912.2352.07-
YUV84.94188.9884.53-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.69%
GREEN value IS 95 (37.5% from 255) = 30.45%
BLUE value IS 193 (75.78% from 255) = 61.86%
R=7.69%
G=30.45%
B=61.86%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal24951930.880.5100.24214.7977.8842.55
Hex185FC15833018d74e2b
Octal301373011306303032711653
Binary110001011111110000011011000110011011000110101111001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185fc1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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