Html Css Color HEX #1415BF Medium Blue

📋 copy color: '#1415BF'

red 20 ◦ green 21 ◦ blue 191

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

Shades of Medium Blue #1415BF

Tints of Medium Blue #1415BF

RGB

 RED value IS 20 (8.2% from 255) = 8.62%

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

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

R = 8.62%
G = 9.05%
B = 82.33%

CMYK

 C value IS 0.90

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1415BF (or 0x1415BF) is known color: Medium Blue. HEX triplet: 14, 15 and BF. RGB value is (20,21,191). Sum of RGB (Red+Green+Blue) = 20+21+191=232 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.62% from 232); Green value is 21 (8.59% from 255 or 9.05% from 232); Blue value is 191 (75% from 255 or 82.33% from 232); Max value from RGB is 191 - color contains mainly: blue. Hex color #1415BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1415BF is #EBEA40. Grayscale: #272727. Windows color (decimal): -15460929 or 12522772. OLE color: 12522772.

HSL color Cylindrical-coordinate representation of color #1415BF: hue angle of 239.65º degrees, saturation: 0.81, 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 #1415BF is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 20 21 191 -
CMYK 0.90 0.89 0 0.25
HSL 239.65º 0.81% 0.41% -
HSV(B) 239.65º 0.9% 0.75% -
XYZ 9.96 4.45 49.62 -
YUV 40.08 213.17 113.68 -
System Red Green Blue C M Y K H S L
Decimal 20 21 191 0.90 0.89 0 0.25 239.65 0.81 0.41
Hex 14 15 BF 5A 59 0 19 F0 51 29
Octal 24 25 277 132 131 0 31 360 121 51
Binary 10100 10101 10111111 1011010 1011001 0 11001 11110000 1010001 101001

Color Harmonies of #1415BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1415BF

Black with #1415BF

Text Example


Text Example

White with #1415BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,21,191); }

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

background-color css

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

 a { background-color: rgb(20,21,191); }

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

border-color css

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

 span { border-color: rgb(20,21,191); }

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