#1863BE

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

Shades of Denim #1863BE

Tints of Denim #1863BE

Color information

#1863BE (or 0x1863BE) is unknown color: approx Denim. HEX triplet: 18, 63 and BE. RGB value is (24,99,190). Sum of RGB (Red+Green+Blue) = 24+99+190=313 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.67% from 313); Green value is 99 (39.06% from 255 or 31.63% from 313); Blue value is 190 (74.61% from 255 or 60.70% from 313); Max value from RGB is 190 - color contains mainly: blue. Hex color #1863BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1863BE is #E79C41. Grayscale: #565656. Windows color (decimal): -15178818 or 12477208. OLE color: 12477208.

HSL color Cylindrical-coordinate representation of color #1863BE: hue angle of 212.89º 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 #1863BE is Cyan = 0.87, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2499190-
CMYK0.870.4800.25
HSL212.89º77.57%41.96%-
HSV(B)212.89º87.37%74.51%-
XYZ14.1312.8450.45-
YUV86.95186.1583.1-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.67%
GREEN value IS 99 (39.06% from 255) = 31.63%
BLUE value IS 190 (74.61% from 255) = 60.70%
R=7.67%
G=31.63%
B=60.70%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal24991900.870.4800.25212.8977.5741.96
Hex1863BE5730019d54e2a
Octal301432761276003132511652
Binary110001100011101111101010111110000011001110101011001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1863BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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