Html Css Color HEX #1415BC Medium Blue

📋 copy color: '#1415BC'

red 20 ◦ green 21 ◦ blue 188

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

Shades of Medium Blue #1415BC

Tints of Medium Blue #1415BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 82.1%

R = 8.73%
G = 9.17%
B = 82.1%

CMYK

 C value IS 0.89

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1415BC (or 0x1415BC) is known color: Medium Blue. HEX triplet: 14, 15 and BC. RGB value is (20,21,188). Sum of RGB (Red+Green+Blue) = 20+21+188=229 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.73% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 188 (73.83% from 255 or 82.10% from 229); Max value from RGB is 188 - color contains mainly: blue. Hex color #1415BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1415BC is #EBEA43. Grayscale: #272727. Windows color (decimal): -15460932 or 12326164. OLE color: 12326164.

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

Color convert

RGB 20 21 188 -
CMYK 0.89 0.89 0 0.26
HSL 239.64º 0.81% 0.41% -
HSV(B) 239.64º 0.89% 0.74% -
XYZ 9.63 4.32 47.9 -
YUV 39.74 211.67 113.92 -
System Red Green Blue C M Y K H S L
Decimal 20 21 188 0.89 0.89 0 0.26 239.64 0.81 0.41
Hex 14 15 BC 59 59 0 1A F0 51 29
Octal 24 25 274 131 131 0 32 360 121 51
Binary 10100 10101 10111100 1011001 1011001 0 11010 11110000 1010001 101001

Color Harmonies of #1415BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1415BC

Black with #1415BC

Text Example


Text Example

White with #1415BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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