Html Css Color HEX #1219BF Medium Blue

📋 copy color: '#1219BF'

red 18 ◦ green 25 ◦ blue 191

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

Shades of Medium Blue #1219BF

Tints of Medium Blue #1219BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 81.62%

R = 7.69%
G = 10.68%
B = 81.62%

CMYK

 C value IS 0.91

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1219BF (or 0x1219BF) is known color: Medium Blue. HEX triplet: 12, 19 and BF. RGB value is (18,25,191). Sum of RGB (Red+Green+Blue) = 18+25+191=234 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.69% from 234); Green value is 25 (10.16% from 255 or 10.68% from 234); Blue value is 191 (75% from 255 or 81.62% from 234); Max value from RGB is 191 - color contains mainly: blue. Hex color #1219BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1219BF is #EDE640. Grayscale: #292929. Windows color (decimal): -15590977 or 12523794. OLE color: 12523794.

HSL color Cylindrical-coordinate representation of color #1219BF: hue angle of 237.57º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1219BF is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 18 25 191 -
CMYK 0.91 0.87 0 0.25
HSL 237.57º 0.83% 0.41% -
HSV(B) 237.57º 0.91% 0.75% -
XYZ 10 4.59 49.65 -
YUV 41.83 212.18 111 -
System Red Green Blue C M Y K H S L
Decimal 18 25 191 0.91 0.87 0 0.25 237.57 0.83 0.41
Hex 12 19 BF 5B 57 0 19 EE 53 29
Octal 22 31 277 133 127 0 31 356 123 51
Binary 10010 11001 10111111 1011011 1010111 0 11001 11101110 1010011 101001

Color Harmonies of #1219BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1219BF

Black with #1219BF

Text Example


Text Example

White with #1219BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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