Html Css Color HEX #1313DB Medium Blue

📋 copy color: '#1313DB'

red 19 ◦ green 19 ◦ blue 219

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

Shades of Medium Blue #1313DB

Tints of Medium Blue #1313DB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.39%

 BLUE value IS 219 (85.94% from 255) = 85.21%

R = 7.39%
G = 7.39%
B = 85.21%

CMYK

 C value IS 0.91

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1313DB (or 0x1313DB) is known color: Medium Blue. HEX triplet: 13, 13 and DB. RGB value is (19,19,219). Sum of RGB (Red+Green+Blue) = 19+19+219=257 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.39% from 257); Green value is 19 (7.81% from 255 or 7.39% from 257); Blue value is 219 (85.94% from 255 or 85.21% from 257); Max value from RGB is 219 - color contains mainly: blue. Hex color #1313DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1313DB is #ECEC24. Grayscale: #292929. Windows color (decimal): -15526949 or 14357267. OLE color: 14357267.

HSL color Cylindrical-coordinate representation of color #1313DB: hue angle of 240º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1313DB is Cyan = 0.91, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 19 19 219 -
CMYK 0.91 0.91 0 0.14
HSL 240º 0.84% 0.47% -
HSV(B) 240º 0.91% 0.86% -
XYZ 13.29 5.72 67.42 -
YUV 41.8 228 111.74 -
System Red Green Blue C M Y K H S L
Decimal 19 19 219 0.91 0.91 0 0.14 240 0.84 0.47
Hex 13 13 DB 5B 5B 0 E F0 54 2F
Octal 23 23 333 133 133 0 16 360 124 57
Binary 10011 10011 11011011 1011011 1011011 0 1110 11110000 1010100 101111

Color Harmonies of #1313DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1313DB

Black with #1313DB

Text Example


Text Example

White with #1313DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1313DB; }

 p { color: rgb(19,19,219); }

 H1.HeaderClassName
 {
   color: #1313DB;
 }
 .AnyTagClassName
 {
   color: #1313DB;
 }
</style>

background-color css

<style>
 a { background-color: #1313DB; }

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

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

border-color css

<style>
 span { border-color: #1313DB; }

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

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