#1901CC

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

Shades of Medium Blue #1901CC

Tints of Medium Blue #1901CC

Color information

#1901CC (or 0x1901CC) is unknown color: approx Medium Blue. HEX triplet: 19, 01 and CC. RGB value is (25,1,204). Sum of RGB (Red+Green+Blue) = 25+1+204=230 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.87% from 230); Green value is 1 (0.78% from 255 or 0.43% from 230); Blue value is 204 (80.08% from 255 or 88.70% from 230); Max value from RGB is 204 - color contains mainly: blue. Hex color #1901CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1901CC is #E6FE33. Grayscale: #1E1E1E. Windows color (decimal): -15138356 or 13369625. OLE color: 13369625.

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

Color convert

RGB251204-
CMYK0.881.0000.2
HSL247.09º99.02%40.2%-
HSV(B)247.09º99.51%80%-
XYZ11.314.5957.42-
YUV31.32225.45123.49-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.87%
GREEN value IS 1 (0.78% from 255) = 0.43%
BLUE value IS 204 (80.08% from 255) = 88.70%
R=10.87%
G=0.43%
B=88.70%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2512040.881.0000.2247.0999.0240.2
Hex191CC5864014f76328
Octal31131413014402436714350
Binary1100111100110010110001100100010100111101111100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1901CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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