Html Css Color HEX #1319DE Medium Blue

📋 copy color: '#1319DE'

red 19 ◦ green 25 ◦ blue 222

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

Shades of Medium Blue #1319DE

Tints of Medium Blue #1319DE

RGB

 RED value IS 19 (7.81% from 255) = 7.14%

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

 BLUE value IS 222 (87.11% from 255) = 83.46%

R = 7.14%
G = 9.4%
B = 83.46%

CMYK

 C value IS 0.91

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1319DE (or 0x1319DE) is known color: Medium Blue. HEX triplet: 13, 19 and DE. RGB value is (19,25,222). Sum of RGB (Red+Green+Blue) = 19+25+222=266 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.14% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 222 (87.11% from 255 or 83.46% from 266); Max value from RGB is 222 - color contains mainly: blue. Hex color #1319DE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1319DE is #ECE621. Grayscale: #2C2C2C. Windows color (decimal): -15525410 or 14555411. OLE color: 14555411.

HSL color Cylindrical-coordinate representation of color #1319DE: hue angle of 238.23º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1319DE is Cyan = 0.91, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 19 25 222 -
CMYK 0.91 0.89 0 0.13
HSL 238.23º 0.84% 0.47% -
HSV(B) 238.23º 0.91% 0.87% -
XYZ 13.8 6.11 69.56 -
YUV 45.66 227.51 108.98 -
System Red Green Blue C M Y K H S L
Decimal 19 25 222 0.91 0.89 0 0.13 238.23 0.84 0.47
Hex 13 19 DE 5B 59 0 D EE 54 2F
Octal 23 31 336 133 131 0 15 356 124 57
Binary 10011 11001 11011110 1011011 1011001 0 1101 11101110 1010100 101111

Color Harmonies of #1319DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1319DE

Black with #1319DE

Text Example


Text Example

White with #1319DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1319DE; }

 p { color: rgb(19,25,222); }

 H1.HeaderClassName
 {
   color: #1319DE;
 }
 .AnyTagClassName
 {
   color: #1319DE;
 }
</style>

background-color css

<style>
 a { background-color: #1319DE; }

 a { background-color: rgb(19,25,222); }

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

border-color css

<style>
 span { border-color: #1319DE; }

 span { border-color: rgb(19,25,222); }

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