Html Css Color HEX #1219E4 Medium Blue

📋 copy color: '#1219E4'

red 18 ◦ green 25 ◦ blue 228

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

Shades of Medium Blue #1219E4

Tints of Medium Blue #1219E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 84.13%

R = 6.64%
G = 9.23%
B = 84.13%

CMYK

 C value IS 0.92

 M value IS 0.89

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#1219E4 (or 0x1219E4) is known color: Medium Blue. HEX triplet: 12, 19 and E4. RGB value is (18,25,228). Sum of RGB (Red+Green+Blue) = 18+25+228=271 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.64% from 271); Green value is 25 (10.16% from 255 or 9.23% from 271); Blue value is 228 (89.45% from 255 or 84.13% from 271); Max value from RGB is 228 - color contains mainly: blue. Hex color #1219E4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1219E4 is #EDE61B. Grayscale: #2D2D2D. Windows color (decimal): -15590940 or 14948626. OLE color: 14948626.

HSL color Cylindrical-coordinate representation of color #1219E4: hue angle of 238º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1219E4 is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 18 25 228 -
CMYK 0.92 0.89 0 0.11
HSL 238º 0.85% 0.48% -
HSV(B) 238º 0.92% 0.89% -
XYZ 14.6 6.43 73.87 -
YUV 46.05 230.68 107.99 -
System Red Green Blue C M Y K H S L
Decimal 18 25 228 0.92 0.89 0 0.11 238 0.85 0.48
Hex 12 19 E4 5C 59 0 B EE 55 30
Octal 22 31 344 134 131 0 13 356 125 60
Binary 10010 11001 11100100 1011100 1011001 0 1011 11101110 1010101 110000

Color Harmonies of #1219E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1219E4

Black with #1219E4

Text Example


Text Example

White with #1219E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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