#1817C0

Color #1817C0 Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #1817C0

Tints of Medium Blue #1817C0

Color information

#1817C0 (or 0x1817C0) is unknown color: approx Medium Blue. HEX triplet: 18, 17 and C0. RGB value is (24,23,192). Sum of RGB (Red+Green+Blue) = 24+23+192=239 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.04% from 239); Green value is 23 (9.38% from 255 or 9.62% from 239); Blue value is 192 (75.39% from 255 or 80.33% from 239); Max value from RGB is 192 - color contains mainly: blue. Hex color #1817C0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1817C0 is #E7E83F. Grayscale: #292929. Windows color (decimal): -15198272 or 12588824. OLE color: 12588824.

HSL color Cylindrical-coordinate representation of color #1817C0: hue angle of 240.36º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1817C0 is Cyan = 0.88, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2423192-
CMYK0.880.8800.25
HSL240.36º78.6%42.16%-
HSV(B)240.36º88.02%75.29%-
XYZ10.24.6150.22-
YUV42.56212.33114.76-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.04%
GREEN value IS 23 (9.38% from 255) = 9.62%
BLUE value IS 192 (75.39% from 255) = 80.33%
R=10.04%
G=9.62%
B=80.33%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal24231920.880.8800.25240.3678.642.16
Hex1817C05858019f04f2a
Octal302730013013003136011752
Binary11000101111100000010110001011000011001111100001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1817C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1817C0; }

 p { color: rgb(24,23,192); }

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

<style>
 a { background-color: #1817C0; }

 a { background-color: rgb(24,23,192); }

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

<style>
 span { border-color: #1817C0; }

 span { border-color: rgb(24,23,192); }

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