Html Css Color HEX #1318BF Medium Blue

📋 copy color: '#1318BF'

red 19 ◦ green 24 ◦ blue 191

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

Shades of Medium Blue #1318BF

Tints of Medium Blue #1318BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 81.62%

R = 8.12%
G = 10.26%
B = 81.62%

CMYK

 C value IS 0.90

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1318BF (or 0x1318BF) is known color: Medium Blue. HEX triplet: 13, 18 and BF. RGB value is (19,24,191). Sum of RGB (Red+Green+Blue) = 19+24+191=234 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.12% from 234); Green value is 24 (9.77% from 255 or 10.26% from 234); Blue value is 191 (75% from 255 or 81.62% from 234); Max value from RGB is 191 - color contains mainly: blue. Hex color #1318BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1318BF is #ECE740. Grayscale: #282828. Windows color (decimal): -15525697 or 12523539. OLE color: 12523539.

HSL color Cylindrical-coordinate representation of color #1318BF: hue angle of 238.26º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1318BF is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 24 191 -
CMYK 0.90 0.87 0 0.25
HSL 238.26º 0.82% 0.41% -
HSV(B) 238.26º 0.9% 0.75% -
XYZ 10 4.55 49.64 -
YUV 41.54 212.34 111.92 -
System Red Green Blue C M Y K H S L
Decimal 19 24 191 0.90 0.87 0 0.25 238.26 0.82 0.41
Hex 13 18 BF 5A 57 0 19 EE 52 29
Octal 23 30 277 132 127 0 31 356 122 51
Binary 10011 11000 10111111 1011010 1010111 0 11001 11101110 1010010 101001

Color Harmonies of #1318BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1318BF

Black with #1318BF

Text Example


Text Example

White with #1318BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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