#1018CB

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

Shades of Medium Blue #1018CB

Tints of Medium Blue #1018CB

Color information

#1018CB (or 0x1018CB) is unknown color: approx Medium Blue. HEX triplet: 10, 18 and CB. RGB value is (16,24,203). Sum of RGB (Red+Green+Blue) = 16+24+203=243 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.58% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 203 (79.69% from 255 or 83.54% from 243); Max value from RGB is 203 - color contains mainly: blue. Hex color #1018CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1018CB is #EFE734. Grayscale: #292929. Windows color (decimal): -15722293 or 13309968. OLE color: 13309968.

HSL color Cylindrical-coordinate representation of color #1018CB: hue angle of 237.43º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1018CB is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB1624203-
CMYK0.920.8800.20
HSL237.43º85.39%42.94%-
HSV(B)237.43º92.12%79.61%-
XYZ11.325.0856.88-
YUV42.01218.85109.45-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.58%
GREEN value IS 24 (9.77% from 255) = 9.88%
BLUE value IS 203 (79.69% from 255) = 83.54%
R=6.58%
G=9.88%
B=83.54%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal16242030.920.8800.20237.4385.3942.94
Hex1018CB5C58014ed552b
Octal203031313413002435512553
Binary10000110001100101110111001011000010100111011011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1018CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1018CB; }

 p { color: rgb(16,24,203); }

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

<style>
 a { background-color: #1018CB; }

 a { background-color: rgb(16,24,203); }

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

<style>
 span { border-color: #1018CB; }

 span { border-color: rgb(16,24,203); }

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