Html Css Color HEX #1318DB Medium Blue

📋 copy color: '#1318DB'

red 19 ◦ green 24 ◦ blue 219

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

Shades of Medium Blue #1318DB

Tints of Medium Blue #1318DB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.16%

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

R = 7.25%
G = 9.16%
B = 83.59%

CMYK

 C value IS 0.91

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1318DB (or 0x1318DB) is known color: Medium Blue. HEX triplet: 13, 18 and DB. RGB value is (19,24,219). Sum of RGB (Red+Green+Blue) = 19+24+219=262 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.25% from 262); Green value is 24 (9.77% from 255 or 9.16% from 262); Blue value is 219 (85.94% from 255 or 83.59% from 262); Max value from RGB is 219 - color contains mainly: blue. Hex color #1318DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1318DB is #ECE724. Grayscale: #2B2B2B. Windows color (decimal): -15525669 or 14358547. OLE color: 14358547.

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

Color convert

RGB 19 24 219 -
CMYK 0.91 0.89 0 0.14
HSL 238.5º 0.84% 0.47% -
HSV(B) 238.5º 0.91% 0.86% -
XYZ 13.38 5.91 67.45 -
YUV 44.74 226.34 109.64 -
System Red Green Blue C M Y K H S L
Decimal 19 24 219 0.91 0.89 0 0.14 238.5 0.84 0.47
Hex 13 18 DB 5B 59 0 E EE 54 2F
Octal 23 30 333 133 131 0 16 356 124 57
Binary 10011 11000 11011011 1011011 1011001 0 1110 11101110 1010100 101111

Color Harmonies of #1318DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1318DB

Black with #1318DB

Text Example


Text Example

White with #1318DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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