#1012DA

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

Shades of Medium Blue #1012DA

Tints of Medium Blue #1012DA

Color information

#1012DA (or 0x1012DA) is unknown color: approx Medium Blue. HEX triplet: 10, 12 and DA. RGB value is (16,18,218). Sum of RGB (Red+Green+Blue) = 16+18+218=252 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.35% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 218 (85.55% from 255 or 86.51% from 252); Max value from RGB is 218 - color contains mainly: blue. Hex color #1012DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1012DA is #EFED25. Grayscale: #272727. Windows color (decimal): -15723814 or 14291472. OLE color: 14291472.

HSL color Cylindrical-coordinate representation of color #1012DA: hue angle of 239.41º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1012DA is Cyan = 0.93, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB1618218-
CMYK0.930.9200.15
HSL239.41º86.32%45.88%-
HSV(B)239.41º92.66%85.49%-
XYZ13.085.666.72-
YUV40.2228.34110.74-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.35%
GREEN value IS 18 (7.42% from 255) = 7.14%
BLUE value IS 218 (85.55% from 255) = 86.51%
R=6.35%
G=7.14%
B=86.51%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal16182180.930.9200.15239.4186.3245.88
Hex1012DA5D5C0Fef562e
Octal202233213513401735712656
Binary1000010010110110101011101101110001111111011111010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1012DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1012DA; }

 p { color: rgb(16,18,218); }

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

<style>
 a { background-color: #1012DA; }

 a { background-color: rgb(16,18,218); }

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

<style>
 span { border-color: #1012DA; }

 span { border-color: rgb(16,18,218); }

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