Html Css Color HEX #1315BD Medium Blue

📋 copy color: '#1315BD'

red 19 ◦ green 21 ◦ blue 189

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

Shades of Medium Blue #1315BD

Tints of Medium Blue #1315BD

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.17%

 BLUE value IS 189 (74.22% from 255) = 82.53%

R = 8.3%
G = 9.17%
B = 82.53%

CMYK

 C value IS 0.90

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1315BD (or 0x1315BD) is known color: Medium Blue. HEX triplet: 13, 15 and BD. RGB value is (19,21,189). Sum of RGB (Red+Green+Blue) = 19+21+189=229 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.30% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 189 (74.22% from 255 or 82.53% from 229); Max value from RGB is 189 - color contains mainly: blue. Hex color #1315BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1315BD is #ECEA42. Grayscale: #262626. Windows color (decimal): -15526467 or 12391699. OLE color: 12391699.

HSL color Cylindrical-coordinate representation of color #1315BD: hue angle of 239.29º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1315BD is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 19 21 189 -
CMYK 0.90 0.89 0 0.26
HSL 239.29º 0.82% 0.41% -
HSV(B) 239.29º 0.9% 0.74% -
XYZ 9.72 4.35 48.47 -
YUV 39.55 212.34 113.34 -
System Red Green Blue C M Y K H S L
Decimal 19 21 189 0.90 0.89 0 0.26 239.29 0.82 0.41
Hex 13 15 BD 5A 59 0 1A EF 52 29
Octal 23 25 275 132 131 0 32 357 122 51
Binary 10011 10101 10111101 1011010 1011001 0 11010 11101111 1010010 101001

Color Harmonies of #1315BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1315BD

Black with #1315BD

Text Example


Text Example

White with #1315BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1315BD; }

 p { color: rgb(19,21,189); }

 H1.HeaderClassName
 {
   color: #1315BD;
 }
 .AnyTagClassName
 {
   color: #1315BD;
 }
</style>

background-color css

<style>
 a { background-color: #1315BD; }

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

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

border-color css

<style>
 span { border-color: #1315BD; }

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

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