#185FCB

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

Shades of Denim #185FCB

Tints of Denim #185FCB

Color information

#185FCB (or 0x185FCB) is unknown color: approx Denim. HEX triplet: 18, 5F and CB. RGB value is (24,95,203). Sum of RGB (Red+Green+Blue) = 24+95+203=322 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.45% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 203 (79.69% from 255 or 63.04% from 322); Max value from RGB is 203 - color contains mainly: blue. Hex color #185FCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185FCB is #E7A034. Grayscale: #555555. Windows color (decimal): -15179829 or 13328152. OLE color: 13328152.

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

Color convert

RGB2495203-
CMYK0.880.5300.20
HSL216.2º78.85%44.51%-
HSV(B)216.2º88.18%79.61%-
XYZ15.2512.6958.15-
YUV86.08193.9883.72-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.45%
GREEN value IS 95 (37.5% from 255) = 29.50%
BLUE value IS 203 (79.69% from 255) = 63.04%
R=7.45%
G=29.50%
B=63.04%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal24952030.880.5300.20216.278.8544.51
Hex185FCB5835014d84f2d
Octal301373131306502433011755
Binary110001011111110010111011000110101010100110110001001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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