#1864BE

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

Shades of Denim #1864BE

Tints of Denim #1864BE

Color information

#1864BE (or 0x1864BE) is unknown color: approx Denim. HEX triplet: 18, 64 and BE. RGB value is (24,100,190). Sum of RGB (Red+Green+Blue) = 24+100+190=314 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.64% from 314); Green value is 100 (39.45% from 255 or 31.85% from 314); Blue value is 190 (74.61% from 255 or 60.51% from 314); Max value from RGB is 190 - color contains mainly: blue. Hex color #1864BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1864BE is #E79B41. Grayscale: #575757. Windows color (decimal): -15178562 or 12477464. OLE color: 12477464.

HSL color Cylindrical-coordinate representation of color #1864BE: hue angle of 212.53º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1864BE is Cyan = 0.87, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB24100190-
CMYK0.870.4700.25
HSL212.53º77.57%41.96%-
HSV(B)212.53º87.37%74.51%-
XYZ14.2313.0350.48-
YUV87.54185.8282.68-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.64%
GREEN value IS 100 (39.45% from 255) = 31.85%
BLUE value IS 190 (74.61% from 255) = 60.51%
R=7.64%
G=31.85%
B=60.51%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal241001900.870.4700.25212.5377.5741.96
Hex1864BE572F019d54e2a
Octal301442761275703132511652
Binary110001100100101111101010111101111011001110101011001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1864BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1864BE; }

 p { color: rgb(24,100,190); }

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

<style>
 a { background-color: #1864BE; }

 a { background-color: rgb(24,100,190); }

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

<style>
 span { border-color: #1864BE; }

 span { border-color: rgb(24,100,190); }

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