#1868BA

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

Shades of Denim #1868BA

Tints of Denim #1868BA

Color information

#1868BA (or 0x1868BA) is unknown color: approx Denim. HEX triplet: 18, 68 and BA. RGB value is (24,104,186). Sum of RGB (Red+Green+Blue) = 24+104+186=314 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.64% from 314); Green value is 104 (41.02% from 255 or 33.12% from 314); Blue value is 186 (73.05% from 255 or 59.24% from 314); Max value from RGB is 186 - color contains mainly: blue. Hex color #1868BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1868BA is #E79745. Grayscale: #595959. Windows color (decimal): -15177542 or 12216344. OLE color: 12216344.

HSL color Cylindrical-coordinate representation of color #1868BA: hue angle of 210.37º 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 #1868BA is Cyan = 0.87, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB24104186-
CMYK0.870.4400.27
HSL210.37º77.14%41.18%-
HSV(B)210.37º87.1%72.94%-
XYZ14.1913.6448.34-
YUV89.43182.581.33-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.64%
GREEN value IS 104 (41.02% from 255) = 33.12%
BLUE value IS 186 (73.05% from 255) = 59.24%
R=7.64%
G=33.12%
B=59.24%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal241041860.870.4400.27210.3777.1441.18
Hex1868BA572C01Bd24d29
Octal301502721275403332211551
Binary110001101000101110101010111101100011011110100101001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1868BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1868BA; }

 p { color: rgb(24,104,186); }

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

<style>
 a { background-color: #1868BA; }

 a { background-color: rgb(24,104,186); }

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

<style>
 span { border-color: #1868BA; }

 span { border-color: rgb(24,104,186); }

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