#1818CC

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

Shades of Medium Blue #1818CC

Tints of Medium Blue #1818CC

Color information

#1818CC (or 0x1818CC) is unknown color: approx Medium Blue. HEX triplet: 18, 18 and CC. RGB value is (24,24,204). Sum of RGB (Red+Green+Blue) = 24+24+204=252 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.52% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 204 (80.08% from 255 or 80.95% from 252); Max value from RGB is 204 - color contains mainly: blue. Hex color #1818CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1818CC is #E7E733. Grayscale: #2B2B2B. Windows color (decimal): -15198004 or 13375512. OLE color: 13375512.

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

Color convert

RGB2424204-
CMYK0.880.8800.2
HSL240º78.95%44.71%-
HSV(B)240º88.24%80%-
XYZ11.65.2157.52-
YUV44.52218113.36-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.52%
GREEN value IS 24 (9.77% from 255) = 9.52%
BLUE value IS 204 (80.08% from 255) = 80.95%
R=9.52%
G=9.52%
B=80.95%

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
Decimal24242040.880.8800.224078.9544.71
Hex1818CC5858014f04f2d
Octal303031413013002436011755
Binary11000110001100110010110001011000010100111100001001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1818CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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