Html Css Color HEX #1315BB Medium Blue

📋 copy color: '#1315BB'

red 19 ◦ green 21 ◦ blue 187

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

Shades of Medium Blue #1315BB

Tints of Medium Blue #1315BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 82.38%

R = 8.37%
G = 9.25%
B = 82.38%

CMYK

 C value IS 0.90

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1315BB (or 0x1315BB) is known color: Medium Blue. HEX triplet: 13, 15 and BB. RGB value is (19,21,187). Sum of RGB (Red+Green+Blue) = 19+21+187=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 21 (8.59% from 255 or 9.25% from 227); Blue value is 187 (73.44% from 255 or 82.38% from 227); Max value from RGB is 187 - color contains mainly: blue. Hex color #1315BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1315BB is #ECEA44. Grayscale: #262626. Windows color (decimal): -15526469 or 12260627. OLE color: 12260627.

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

Color convert

RGB 19 21 187 -
CMYK 0.90 0.89 0 0.27
HSL 239.29º 0.82% 0.4% -
HSV(B) 239.29º 0.9% 0.73% -
XYZ 9.51 4.26 47.34 -
YUV 39.33 211.34 113.5 -
System Red Green Blue C M Y K H S L
Decimal 19 21 187 0.90 0.89 0 0.27 239.29 0.82 0.4
Hex 13 15 BB 5A 59 0 1B EF 52 28
Octal 23 25 273 132 131 0 33 357 122 50
Binary 10011 10101 10111011 1011010 1011001 0 11011 11101111 1010010 101000

Color Harmonies of #1315BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1315BB

Black with #1315BB

Text Example


Text Example

White with #1315BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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