Html Css Color HEX #1319DD Medium Blue

📋 copy color: '#1319DD'

red 19 ◦ green 25 ◦ blue 221

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

Shades of Medium Blue #1319DD

Tints of Medium Blue #1319DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 83.4%

R = 7.17%
G = 9.43%
B = 83.4%

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

#1319DD (or 0x1319DD) is known color: Medium Blue. HEX triplet: 13, 19 and DD. RGB value is (19,25,221). Sum of RGB (Red+Green+Blue) = 19+25+221=265 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.17% from 265); Green value is 25 (10.16% from 255 or 9.43% from 265); Blue value is 221 (86.72% from 255 or 83.40% from 265); Max value from RGB is 221 - color contains mainly: blue. Hex color #1319DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1319DD is #ECE622. Grayscale: #2C2C2C. Windows color (decimal): -15525411 or 14489875. OLE color: 14489875.

HSL color Cylindrical-coordinate representation of color #1319DD: hue angle of 238.22º 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 #1319DD is Cyan = 0.91, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 19 25 221 -
CMYK 0.91 0.89 0 0.13
HSL 238.22º 0.84% 0.47% -
HSV(B) 238.22º 0.91% 0.87% -
XYZ 13.67 6.05 68.85 -
YUV 45.55 227.01 109.06 -
System Red Green Blue C M Y K H S L
Decimal 19 25 221 0.91 0.89 0 0.13 238.22 0.84 0.47
Hex 13 19 DD 5B 59 0 D EE 54 2F
Octal 23 31 335 133 131 0 15 356 124 57
Binary 10011 11001 11011101 1011011 1011001 0 1101 11101110 1010100 101111

Color Harmonies of #1319DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1319DD

Black with #1319DD

Text Example


Text Example

White with #1319DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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