Html Css Color HEX #1218C1 Medium Blue

📋 copy color: '#1218C1'

red 18 ◦ green 24 ◦ blue 193

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

Shades of Medium Blue #1218C1

Tints of Medium Blue #1218C1

RGB

 RED value IS 18 (7.42% from 255) = 7.66%

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

 BLUE value IS 193 (75.78% from 255) = 82.13%

R = 7.66%
G = 10.21%
B = 82.13%

CMYK

 C value IS 0.91

 M value IS 0.88

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#1218C1 (or 0x1218C1) is known color: Medium Blue. HEX triplet: 12, 18 and C1. RGB value is (18,24,193). Sum of RGB (Red+Green+Blue) = 18+24+193=235 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.66% from 235); Green value is 24 (9.77% from 255 or 10.21% from 235); Blue value is 193 (75.78% from 255 or 82.13% from 235); Max value from RGB is 193 - color contains mainly: blue. Hex color #1218C1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1218C1 is #EDE73E. Grayscale: #282828. Windows color (decimal): -15591231 or 12654610. OLE color: 12654610.

HSL color Cylindrical-coordinate representation of color #1218C1: hue angle of 237.94º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1218C1 is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 18 24 193 -
CMYK 0.91 0.88 0 0.24
HSL 237.94º 0.83% 0.41% -
HSV(B) 237.94º 0.91% 0.76% -
XYZ 10.2 4.63 50.81 -
YUV 41.47 213.51 111.26 -
System Red Green Blue C M Y K H S L
Decimal 18 24 193 0.91 0.88 0 0.24 237.94 0.83 0.41
Hex 12 18 C1 5B 58 0 18 EE 53 29
Octal 22 30 301 133 130 0 30 356 123 51
Binary 10010 11000 11000001 1011011 1011000 0 11000 11101110 1010011 101001

Color Harmonies of #1218C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1218C1

Black with #1218C1

Text Example


Text Example

White with #1218C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1218C1; }

 p { color: rgb(18,24,193); }

 H1.HeaderClassName
 {
   color: #1218C1;
 }
 .AnyTagClassName
 {
   color: #1218C1;
 }
</style>

background-color css

<style>
 a { background-color: #1218C1; }

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

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

border-color css

<style>
 span { border-color: #1218C1; }

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

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