#1023E1

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

Shades of Medium Blue #1023E1

Tints of Medium Blue #1023E1

Color information

#1023E1 (or 0x1023E1) is unknown color: approx Medium Blue. HEX triplet: 10, 23 and E1. RGB value is (16,35,225). Sum of RGB (Red+Green+Blue) = 16+35+225=276 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.80% from 276); Green value is 35 (14.06% from 255 or 12.68% from 276); Blue value is 225 (88.28% from 255 or 81.52% from 276); Max value from RGB is 225 - color contains mainly: blue. Hex color #1023E1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1023E1 is #EFDC1E. Grayscale: #323232. Windows color (decimal): -15719455 or 14754576. OLE color: 14754576.

HSL color Cylindrical-coordinate representation of color #1023E1: hue angle of 234.55º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1023E1 is Cyan = 0.93, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB1635225-
CMYK0.930.8400.12
HSL234.55º86.72%47.25%-
HSV(B)234.55º92.89%88.24%-
XYZ14.416.7571.78-
YUV50.98226.21103.05-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.80%
GREEN value IS 35 (14.06% from 255) = 12.68%
BLUE value IS 225 (88.28% from 255) = 81.52%
R=5.80%
G=12.68%
B=81.52%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal16352250.930.8400.12234.5586.7247.25
Hex1023E15D540Ceb572f
Octal204334113512401435312757
Binary10000100011111000011011101101010001100111010111010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1023E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1023E1; }

 p { color: rgb(16,35,225); }

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

<style>
 a { background-color: #1023E1; }

 a { background-color: rgb(16,35,225); }

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

<style>
 span { border-color: #1023E1; }

 span { border-color: rgb(16,35,225); }

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