Html Css Color HEX #1219EC Blue

📋 copy color: '#1219EC'

red 18 ◦ green 25 ◦ blue 236

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

Shades of Blue #1219EC

Tints of Blue #1219EC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.96%

 BLUE value IS 236 (92.58% from 255) = 84.59%

R = 6.45%
G = 8.96%
B = 84.59%

CMYK

 C value IS 0.92

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1219EC (or 0x1219EC) is known color: Blue. HEX triplet: 12, 19 and EC. RGB value is (18,25,236). Sum of RGB (Red+Green+Blue) = 18+25+236=279 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.45% from 279); Green value is 25 (10.16% from 255 or 8.96% from 279); Blue value is 236 (92.58% from 255 or 84.59% from 279); Max value from RGB is 236 - color contains mainly: blue. Hex color #1219EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1219EC is #EDE613. Grayscale: #2E2E2E. Windows color (decimal): -15590932 or 15472914. OLE color: 15472914.

HSL color Cylindrical-coordinate representation of color #1219EC: hue angle of 238.07º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1219EC is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 18 25 236 -
CMYK 0.92 0.89 0 0.07
HSL 238.07º 0.86% 0.5% -
HSV(B) 238.07º 0.92% 0.93% -
XYZ 15.74 6.88 79.86 -
YUV 46.96 234.68 107.34 -
System Red Green Blue C M Y K H S L
Decimal 18 25 236 0.92 0.89 0 0.07 238.07 0.86 0.5
Hex 12 19 EC 5C 59 0 7 EE 56 32
Octal 22 31 354 134 131 0 7 356 126 62
Binary 10010 11001 11101100 1011100 1011001 0 111 11101110 1010110 110010

Color Harmonies of #1219EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1219EC

Black with #1219EC

Text Example


Text Example

White with #1219EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1219EC; }

 p { color: rgb(18,25,236); }

 H1.HeaderClassName
 {
   color: #1219EC;
 }
 .AnyTagClassName
 {
   color: #1219EC;
 }
</style>

background-color css

<style>
 a { background-color: #1219EC; }

 a { background-color: rgb(18,25,236); }

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

border-color css

<style>
 span { border-color: #1219EC; }

 span { border-color: rgb(18,25,236); }

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