Html Css Color HEX #1818C6 Medium Blue

📋 copy color: '#1818C6'

red 24 ◦ green 24 ◦ blue 198

#1818C6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #1818C6

Tints of Medium Blue #1818C6

RGB

 RED value IS 24 (9.77% from 255) = 9.76%

 GREEN value IS 24 (9.77% from 255) = 9.76%

 BLUE value IS 198 (77.73% from 255) = 80.49%

R = 9.76%
G = 9.76%
B = 80.49%

CMYK

 C value IS 0.88

 M value IS 0.88

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#1818C6 (or 0x1818C6) is known color: Medium Blue. HEX triplet: 18, 18 and C6. RGB value is (24,24,198). Sum of RGB (Red+Green+Blue) = 24+24+198=246 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.76% from 246); Green value is 24 (9.77% from 255 or 9.76% from 246); Blue value is 198 (77.73% from 255 or 80.49% from 246); Max value from RGB is 198 - color contains mainly: blue. Hex color #1818C6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1818C6 is #E7E739. Grayscale: #2B2B2B. Windows color (decimal): -15198010 or 12982296. OLE color: 12982296.

HSL color Cylindrical-coordinate representation of color #1818C6: hue angle of 240º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1818C6 is Cyan = 0.88, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 24 24 198 -
CMYK 0.88 0.88 0 0.22
HSL 240º 0.78% 0.44% -
HSV(B) 240º 0.88% 0.78% -
XYZ 10.9 4.92 53.8 -
YUV 43.84 215 113.85 -
System Red Green Blue C M Y K H S L
Decimal 24 24 198 0.88 0.88 0 0.22 240 0.78 0.44
Hex 18 18 C6 58 58 0 16 F0 4E 2C
Octal 30 30 306 130 130 0 26 360 116 54
Binary 11000 11000 11000110 1011000 1011000 0 10110 11110000 1001110 101100

Color Harmonies of #1818C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1818C6

Black with #1818C6

Text Example


Text Example

White with #1818C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1818C6;
 }
 .AnyTagClassName
 {
   color: #1818C6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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