#1901ce

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

Shades of Medium Blue #1901CE

Tints of Medium Blue #1901CE

Color information

#1901CE (or 0x1901CE) is unknown color: approx Medium Blue. HEX triplet: 19, 01 and CE. RGB value is (25,1,206). Sum of RGB (Red+Green+Blue) = 25+1+206=232 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.78% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 206 (80.86% from 255 or 88.79% from 232); Max value from RGB is 206 - color contains mainly: blue. Hex color #1901CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1901CE is #E6FE31. Grayscale: #1E1E1E. Windows color (decimal): -15138354 or 13500697. OLE color: 13500697.

HSL color Cylindrical-coordinate representation of color #1901CE: hue angle of 247.02º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1901CE is Cyan = 0.88, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB251206-
CMYK0.881.0000.19
HSL247.02º99.03%40.59%-
HSV(B)247.02º99.51%80.78%-
XYZ11.554.6858.69-
YUV31.55226.45123.33-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.78%
GREEN value IS 1 (0.78% from 255) = 0.43%
BLUE value IS 206 (80.86% from 255) = 88.79%
R=10.78%
G=0.43%
B=88.79%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2512060.881.0000.19247.0299.0340.59
Hex191CE5864013f76329
Octal31131613014402336714351
Binary1100111100111010110001100100010011111101111100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1901ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1901ce; }

 p { color: rgb(25,1,206); }

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

<style>
 a { background-color: #1901ce; }

 a { background-color: rgb(25,1,206); }

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

<style>
 span { border-color: #1901ce; }

 span { border-color: rgb(25,1,206); }

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