#1819CC

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

Shades of Medium Blue #1819CC

Tints of Medium Blue #1819CC

Color information

#1819CC (or 0x1819CC) is unknown color: approx Medium Blue. HEX triplet: 18, 19 and CC. RGB value is (24,25,204). Sum of RGB (Red+Green+Blue) = 24+25+204=253 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.49% from 253); Green value is 25 (10.16% from 255 or 9.88% 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 #1819CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1819CC is #E7E633. Grayscale: #2C2C2C. Windows color (decimal): -15197748 or 13375768. OLE color: 13375768.

HSL color Cylindrical-coordinate representation of color #1819CC: hue angle of 239.67º 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 #1819CC is Cyan = 0.88, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB2425204-
CMYK0.880.8800.2
HSL239.67º78.95%44.71%-
HSV(B)239.67º88.24%80%-
XYZ11.625.2557.53-
YUV45.11217.67112.95-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.49%
GREEN value IS 25 (10.16% from 255) = 9.88%
BLUE value IS 204 (80.08% from 255) = 80.63%
R=9.49%
G=9.88%
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
Decimal24252040.880.8800.2239.6778.9544.71
Hex1819CC5858014f04f2d
Octal303131413013002436011755
Binary11000110011100110010110001011000010100111100001001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1819CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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