Html Css Color HEX #1219EF Blue

📋 copy color: '#1219EF'

red 18 ◦ green 25 ◦ blue 239

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

Shades of Blue #1219EF

Tints of Blue #1219EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 84.75%

R = 6.38%
G = 8.87%
B = 84.75%

CMYK

 C value IS 0.92

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1219EF (or 0x1219EF) is known color: Blue. HEX triplet: 12, 19 and EF. RGB value is (18,25,239). Sum of RGB (Red+Green+Blue) = 18+25+239=282 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.38% from 282); Green value is 25 (10.16% from 255 or 8.87% from 282); Blue value is 239 (93.75% from 255 or 84.75% from 282); Max value from RGB is 239 - color contains mainly: blue. Hex color #1219EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1219EF is #EDE610. Grayscale: #2E2E2E. Windows color (decimal): -15590929 or 15669522. OLE color: 15669522.

HSL color Cylindrical-coordinate representation of color #1219EF: hue angle of 238.1º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1219EF is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 18 25 239 -
CMYK 0.92 0.90 0 0.06
HSL 238.1º 0.87% 0.5% -
HSV(B) 238.1º 0.92% 0.94% -
XYZ 16.18 7.06 82.17 -
YUV 47.3 236.18 107.1 -
System Red Green Blue C M Y K H S L
Decimal 18 25 239 0.92 0.90 0 0.06 238.1 0.87 0.5
Hex 12 19 EF 5C 5A 0 6 EE 57 32
Octal 22 31 357 134 132 0 6 356 127 62
Binary 10010 11001 11101111 1011100 1011010 0 110 11101110 1010111 110010

Color Harmonies of #1219EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1219EF

Black with #1219EF

Text Example


Text Example

White with #1219EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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