Html Css Color HEX #1319DF Medium Blue

📋 copy color: '#1319DF'

red 19 ◦ green 25 ◦ blue 223

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

Shades of Medium Blue #1319DF

Tints of Medium Blue #1319DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 83.52%

R = 7.12%
G = 9.36%
B = 83.52%

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

#1319DF (or 0x1319DF) is known color: Medium Blue. HEX triplet: 13, 19 and DF. RGB value is (19,25,223). Sum of RGB (Red+Green+Blue) = 19+25+223=267 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.12% from 267); Green value is 25 (10.16% from 255 or 9.36% from 267); Blue value is 223 (87.5% from 255 or 83.52% from 267); Max value from RGB is 223 - color contains mainly: blue. Hex color #1319DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1319DF is #ECE620. Grayscale: #2C2C2C. Windows color (decimal): -15525409 or 14620947. OLE color: 14620947.

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

Color convert

RGB 19 25 223 -
CMYK 0.91 0.89 0 0.13
HSL 238.24º 0.84% 0.47% -
HSV(B) 238.24º 0.91% 0.87% -
XYZ 13.94 6.16 70.27 -
YUV 45.78 228.01 108.9 -
System Red Green Blue C M Y K H S L
Decimal 19 25 223 0.91 0.89 0 0.13 238.24 0.84 0.47
Hex 13 19 DF 5B 59 0 D EE 54 2F
Octal 23 31 337 133 131 0 15 356 124 57
Binary 10011 11001 11011111 1011011 1011001 0 1101 11101110 1010100 101111

Color Harmonies of #1319DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1319DF

Black with #1319DF

Text Example


Text Example

White with #1319DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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