#1862BC

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

Shades of Denim #1862BC

Tints of Denim #1862BC

Color information

#1862BC (or 0x1862BC) is unknown color: approx Denim. HEX triplet: 18, 62 and BC. RGB value is (24,98,188). Sum of RGB (Red+Green+Blue) = 24+98+188=310 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.74% from 310); Green value is 98 (38.67% from 255 or 31.61% from 310); Blue value is 188 (73.83% from 255 or 60.65% from 310); Max value from RGB is 188 - color contains mainly: blue. Hex color #1862BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1862BC is #E79D43. Grayscale: #555555. Windows color (decimal): -15179076 or 12345880. OLE color: 12345880.

HSL color Cylindrical-coordinate representation of color #1862BC: hue angle of 212.93º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1862BC is Cyan = 0.87, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB2498188-
CMYK0.870.4800.26
HSL212.93º77.36%41.57%-
HSV(B)212.93º87.23%73.73%-
XYZ13.8212.5649.27-
YUV86.13185.4883.68-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.74%
GREEN value IS 98 (38.67% from 255) = 31.61%
BLUE value IS 188 (73.83% from 255) = 60.65%
R=7.74%
G=31.61%
B=60.65%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal24981880.870.4800.26212.9377.3641.57
Hex1862BC573001Ad54d2a
Octal301422741276003232511552
Binary110001100010101111001010111110000011010110101011001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1862BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1862BC; }

 p { color: rgb(24,98,188); }

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

<style>
 a { background-color: #1862BC; }

 a { background-color: rgb(24,98,188); }

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

<style>
 span { border-color: #1862BC; }

 span { border-color: rgb(24,98,188); }

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