#1918CC

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

Shades of Medium Blue #1918CC

Tints of Medium Blue #1918CC

Color information

#1918CC (or 0x1918CC) is unknown color: approx Medium Blue. HEX triplet: 19, 18 and CC. RGB value is (25,24,204). Sum of RGB (Red+Green+Blue) = 25+24+204=253 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.88% from 253); Green value is 24 (9.77% from 255 or 9.49% from 253); Blue value is 204 (80.08% from 255 or 80.63% from 253); Max value from RGB is 204 - color contains mainly: blue. Hex color #1918CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1918CC is #E6E733. Grayscale: #2C2C2C. Windows color (decimal): -15132468 or 13375513. OLE color: 13375513.

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

Color convert

RGB2524204-
CMYK0.880.8800.2
HSL240.33º78.95%44.71%-
HSV(B)240.33º88.24%80%-
XYZ11.635.2257.52-
YUV44.82217.83113.86-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.88%
GREEN value IS 24 (9.77% from 255) = 9.49%
BLUE value IS 204 (80.08% from 255) = 80.63%
R=9.88%
G=9.49%
B=80.63%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal25242040.880.8800.2240.3378.9544.71
Hex1918CC5858014f04f2d
Octal313031413013002436011755
Binary11001110001100110010110001011000010100111100001001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1918CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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