#185EBB

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

Shades of Denim #185EBB

Tints of Denim #185EBB

Color information

#185EBB (or 0x185EBB) is unknown color: approx Denim. HEX triplet: 18, 5E and BB. RGB value is (24,94,187). Sum of RGB (Red+Green+Blue) = 24+94+187=305 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.87% from 305); Green value is 94 (37.11% from 255 or 30.82% from 305); Blue value is 187 (73.44% from 255 or 61.31% from 305); Max value from RGB is 187 - color contains mainly: blue. Hex color #185EBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185EBB is #E7A144. Grayscale: #535353. Windows color (decimal): -15180101 or 12279320. OLE color: 12279320.

HSL color Cylindrical-coordinate representation of color #185EBB: hue angle of 214.23º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #185EBB is Cyan = 0.87, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2494187-
CMYK0.870.5000.27
HSL214.23º77.25%41.37%-
HSV(B)214.23º87.17%73.33%-
XYZ13.3511.7948.59-
YUV83.67186.3185.44-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.87%
GREEN value IS 94 (37.11% from 255) = 30.82%
BLUE value IS 187 (73.44% from 255) = 61.31%
R=7.87%
G=30.82%
B=61.31%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal24941870.870.5000.27214.2377.2541.37
Hex185EBB573201Bd64d29
Octal301362731276203332611551
Binary110001011110101110111010111110010011011110101101001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,94,187); }

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

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

 a { background-color: rgb(24,94,187); }

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

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

 span { border-color: rgb(24,94,187); }

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